diff --git a/server/configurations/local.yaml b/server/configurations/local.yaml index 4b22c10fa1..ce29275153 100644 --- a/server/configurations/local.yaml +++ b/server/configurations/local.yaml @@ -24,9 +24,10 @@ # # For example, the nested string "db.user" in the config file can alternatively # be specified (or be overridden) by setting an environment variable named -# ENTE_DB_USER. Also, please make a note that "-"" (hyphens) will be replaced with -# "_" (underscores). so a nested string "s3.b2-eu-cen" will be replaced with -# the string "S3_B2_EU_CEN". +# ENTE_DB_USER. +# +# Hyphens "-" will also be be replaced with underscores, so a string like "s3.b2-eu-cen" +# can be specified by the environment variable named "S3_B2_EU_CEN". # # # Empty strings