Update README.md adjusting system to security as shown later in the readme for consistency (#1488)
Update README.md Updated readme changing system to security tag to make enabling logins easy to find / implement for new users via docker environment variable
This commit is contained in:
parent
7768dc9fd9
commit
f6a31e6ed0
1 changed files with 2 additions and 2 deletions
|
@ -219,11 +219,11 @@ Environment variables are also supported and would override the settings file
|
||||||
For example in the settings.yml you have
|
For example in the settings.yml you have
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
system:
|
security:
|
||||||
enableLogin: 'true'
|
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
|
The Current list of settings is
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue