From d323b11b4d4d3f8208a383c24a89d7f84f23636b Mon Sep 17 00:00:00 2001 From: Sam Lin Date: Tue, 19 Dec 2023 12:02:52 -0600 Subject: [PATCH] Update README.md (#102) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e30ed0d..35348c7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ - Multiple Docker image releases catering to different backup solutions - Option to skip local backup when retention is set to 0 ([#42](https://github.com/maxisam/mgob/pull/42), Credit: @aneagoe) - On-demand restore API -- Load config from environment variables to override config file. syntax: `PLAN-ID_KEY_PROPERTY` (e.g. `mongo-test_SMTP_SERVER=smtp.company.com`) +- Load config from environment variables to override config file. syntax: `PLAN_ID__KEY_PROPERTY` (e.g. `mongo_test__SMTP_SERVER=smtp.company.com`) ### Helm Chart