1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

fix formatting for sample SNSD env file (#892)

The code block indentation was off, resulting in a mangled sample
`/etc/default/minio` file in the Single Node Single Drive install docs.
This commit is contained in:
Andrea Longo
2023-06-21 15:17:28 -06:00
committed by GitHub
parent 6991295fb9
commit c7a9477286

View File

@ -24,7 +24,7 @@ The following example provides a starting environment file:
# MINIO_SERVER_URL sets the hostname of the local machine for use with the MinIO Server # MINIO_SERVER_URL sets the hostname of the local machine for use with the MinIO Server
# MinIO assumes your network control plane can correctly resolve this hostname to the local machine # MinIO assumes your network control plane can correctly resolve this hostname to the local machine
Uncomment the following line and replace the value with the correct hostname for the local machine and port for the MinIO server (9000 by default). # Uncomment the following line and replace the value with the correct hostname for the local machine and port for the MinIO server (9000 by default).
#MINIO_SERVER_URL="http://minio.example.net:9000" #MINIO_SERVER_URL="http://minio.example.net:9000"