diff options
| author | Marco Cedaro <cedmax@users.noreply.github.com> | 2024-03-30 00:18:55 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2024-03-30 00:22:05 +0000 |
| commit | 7b35e8caa313466608244f5f3f309d97bcc46dcc (patch) | |
| tree | 72617846f134d1603ad71095ca23d910382d2895 /docs | |
| parent | 74a4246434f538e1a92437bb5429ebf258a277f1 (diff) | |
| download | karakeep-7b35e8caa313466608244f5f3f309d97bcc46dcc.tar.zst | |
Fix typo in docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/03-configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/03-configuration.md b/docs/docs/03-configuration.md index e84d6d96..e888ed02 100644 --- a/docs/docs/03-configuration.md +++ b/docs/docs/03-configuration.md @@ -7,7 +7,7 @@ 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_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_POST | Yes | 6379 | The port 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. | | 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` | |
