Skip to content

Commit e86fe9e

Browse files
authored
Update How to add configurations.md
1 parent ed4efb2 commit e86fe9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Advanced Configuration/How to add configurations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Environment variables are also supported and would override the settings file
2020
For example in the settings.yml you have
2121

2222
```
23-
system:
23+
security:
2424
enableLogin: 'true'
2525
```
2626

27-
To have this via an environment variable you would have ``SYSTEM_ENABLELOGIN``
27+
To have this via an environment variable you would have ``SECURITY_ENABLELOGIN``
2828

2929
The Current list of settings is
3030

@@ -142,4 +142,4 @@ Simply add these to the end of your script/file:
142142
UI_APP_NAVBAR_NAME: Stirling PDF
143143
```
144144
</TabItem>
145-
</Tabs>
145+
</Tabs>

0 commit comments

Comments
 (0)