diff options
| author | MohamedBassem <me@mbassem.com> | 2024-08-31 18:49:10 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-08-31 18:49:10 +0000 |
| commit | 152a9bde6f88d7f1ec84627b2643d385e04625e5 (patch) | |
| tree | 28d963acd28194eb069b85e4c9fb76f1504f9bc6 /docs/versioned_docs/version-v0.16.0 | |
| parent | c653ffea3e871529aaad9a5029f2cb99376f094c (diff) | |
| download | karakeep-152a9bde6f88d7f1ec84627b2643d385e04625e5.tar.zst | |
docs: Remove redis env variables from the config
Diffstat (limited to 'docs/versioned_docs/version-v0.16.0')
| -rw-r--r-- | docs/versioned_docs/version-v0.16.0/03-configuration.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/versioned_docs/version-v0.16.0/03-configuration.md b/docs/versioned_docs/version-v0.16.0/03-configuration.md index 60343345..ad94ff9b 100644 --- a/docs/versioned_docs/version-v0.16.0/03-configuration.md +++ b/docs/versioned_docs/version-v0.16.0/03-configuration.md @@ -7,10 +7,6 @@ The app is mainly configured by environment variables. All the used environment | DATA_DIR | Yes | Not set | The path for the persistent data directory. This is where the db and the uploaded assets live. | | NEXTAUTH_URL | Yes | Not set | Should point to the address of your server. The app will function without it, but will redirect you to wrong addresses on signout for example. | | NEXTAUTH_SECRET | Yes | Not set | Random string used to sign the JWT tokens. Generate one with `openssl rand -base64 36`. | -| REDIS_HOST | Yes | localhost | The address of redis used by background jobs | -| REDIS_PORT | Yes | 6379 | The port of redis used by background jobs | -| 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. | -| REDIS_PASSWORD | No | Not set | The password used for redis authentication. It's not required if your redis instance doesn't require AUTH. | | 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 | |
