We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4efb2 commit e86fe9eCopy full SHA for e86fe9e
docs/Advanced Configuration/How to add configurations.md
@@ -20,11 +20,11 @@ Environment variables are also supported and would override the settings file
20
For example in the settings.yml you have
21
22
```
23
-system:
+security:
24
enableLogin: 'true'
25
26
27
-To have this via an environment variable you would have ``SYSTEM_ENABLELOGIN``
+To have this via an environment variable you would have ``SECURITY_ENABLELOGIN``
28
29
The Current list of settings is
30
@@ -142,4 +142,4 @@ Simply add these to the end of your script/file:
142
UI_APP_NAVBAR_NAME: Stirling PDF
143
144
</TabItem>
145
-</Tabs>
+</Tabs>
0 commit comments