diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-27 12:07:52 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-27 12:07:52 +0000 |
| commit | 4977ef23775e9e106b6dc5fcc1c37f7da9879a60 (patch) | |
| tree | 79f5a412d5e59e48ff3a45271b81b33befa1d4b9 | |
| parent | e22a3dcac76f66d64eef49f32dc6367e67147c51 (diff) | |
| download | karakeep-4977ef23775e9e106b6dc5fcc1c37f7da9879a60.tar.zst | |
docs: Document the DISABLE_SIGNUPS config flag. Fixes #8
| -rw-r--r-- | docs/docs/03-configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/03-configuration.md b/docs/docs/03-configuration.md index 2557deb4..f18bd647 100644 --- a/docs/docs/03-configuration.md +++ b/docs/docs/03-configuration.md @@ -11,6 +11,7 @@ The app is mainly configured by environment variables. All the used environment | REDIS_DB_IDX | No | Not set | The db idx to use with redis. It defaults to 0 (in the client) so you don't usually need to set it unless you explicitly want another db. | | MEILI_ADDR | No | Not set | The address of meilisearch. If not set, Search will be disabled. E.g. (`http://meilisearch:7700`) | | MEILI_MASTER_KEY | Only in Prod and if search is enabled | Not set | The master key configured for meilisearch. Not needed in development environment. Generate one with `openssl rand -base64 36` | +| DISABLE_SIGNUPS | No | false | If enabled, no new signups will be allowed and the signup button will be disabled in the UI | ## Inference Configs (For automatic tagging) |
