From f592d73d87c137a64ec9845b9ba6824b6ef95c59 Mon Sep 17 00:00:00 2001 From: mngshm Date: Tue, 1 Apr 2025 12:10:24 +0530 Subject: [PATCH] note in local.yaml --- server/configurations/local.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/configurations/local.yaml b/server/configurations/local.yaml index 8463dfd877..4b22c10fa1 100644 --- a/server/configurations/local.yaml +++ b/server/configurations/local.yaml @@ -24,7 +24,9 @@ # # 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. +# 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". # # # Empty strings