From e33b62be2ab5fa890fbfbf19d5baa25123991272 Mon Sep 17 00:00:00 2001
From: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
Date: Sun, 21 Jul 2024 01:38:57 +1000
Subject: [PATCH] docs: Change allow signup to false (#3913)
---
.../getting-started/installation/backend-config.md | 2 +-
.../docs/documentation/getting-started/installation/postgres.md | 2 +-
docs/docs/documentation/getting-started/installation/sqlite.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/docs/documentation/getting-started/installation/backend-config.md b/docs/docs/documentation/getting-started/installation/backend-config.md
index f6f2fc6925de..15e31e43649e 100644
--- a/docs/docs/documentation/getting-started/installation/backend-config.md
+++ b/docs/docs/documentation/getting-started/installation/backend-config.md
@@ -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. |
-\* Starting in v1.4.0 this was changed to default to `false` as apart of a security review of the application.
+\* Starting in v1.4.0 this was changed to default to `false` as part of a security review of the application.
### Security
diff --git a/docs/docs/documentation/getting-started/installation/postgres.md b/docs/docs/documentation/getting-started/installation/postgres.md
index 52f98f1346aa..89241e85333c 100644
--- a/docs/docs/documentation/getting-started/installation/postgres.md
+++ b/docs/docs/documentation/getting-started/installation/postgres.md
@@ -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
diff --git a/docs/docs/documentation/getting-started/installation/sqlite.md b/docs/docs/documentation/getting-started/installation/sqlite.md
index 46298101025a..80e7775d67f1 100644
--- a/docs/docs/documentation/getting-started/installation/sqlite.md
+++ b/docs/docs/documentation/getting-started/installation/sqlite.md
@@ -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