Skip to content

Commit

Permalink
Update How to add configurations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle authored Jan 7, 2025
1 parent ed4efb2 commit e86fe9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Advanced Configuration/How to add configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -142,4 +142,4 @@ Simply add these to the end of your script/file:
UI_APP_NAVBAR_NAME: Stirling PDF
```
</TabItem>
</Tabs>
</Tabs>

0 comments on commit e86fe9e

Please sign in to comment.