From e86fe9e8520c4e96a7703418b3b7015c35ef01b9 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:11:25 +0000 Subject: [PATCH] Update How to add configurations.md --- docs/Advanced Configuration/How to add configurations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Advanced Configuration/How to add configurations.md b/docs/Advanced Configuration/How to add configurations.md index aaa2e2c..a40673a 100644 --- a/docs/Advanced Configuration/How to add configurations.md +++ b/docs/Advanced Configuration/How to add configurations.md @@ -20,11 +20,11 @@ Environment variables are also supported and would override the settings file For example in the settings.yml you have ``` -system: +security: enableLogin: 'true' ``` -To have this via an environment variable you would have ``SYSTEM_ENABLELOGIN`` +To have this via an environment variable you would have ``SECURITY_ENABLELOGIN`` The Current list of settings is @@ -142,4 +142,4 @@ Simply add these to the end of your script/file: UI_APP_NAVBAR_NAME: Stirling PDF ``` - \ No newline at end of file +