docs: Change allow signup to false (#3913)

This commit is contained in:
boc-the-git 2024-07-21 01:38:57 +10:00 committed by GitHub
parent 60c33b499c
commit e33b62be2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
| LOG_LEVEL | info | Logging level (e.g. critical, error, warning, info, debug, trace) |
| DAILY_SCHEDULE_TIME | 23:45 | The time of day to run the daily tasks. |
<super>\*</super> Starting in v1.4.0 this was changed to default to `false` as apart of a security review of the application.
<super>\*</super> Starting in v1.4.0 this was changed to default to `false` as part of a security review of the application.
### Security

View File

@ -20,7 +20,7 @@ services:
- mealie-data:/app/data/
environment:
# Set Backend ENV Variables Here
ALLOW_SIGNUP: true
ALLOW_SIGNUP: false
PUID: 1000
PGID: 1000
TZ: America/Anchorage

View File

@ -24,7 +24,7 @@ services:
- mealie-data:/app/data/
environment:
# Set Backend ENV Variables Here
ALLOW_SIGNUP: true
ALLOW_SIGNUP: false
PUID: 1000
PGID: 1000
TZ: America/Anchorage