diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-05 12:12:11 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-05 12:12:11 +0000 |
| commit | 224aa38d5976523f213e2860b6addc7630d472ba (patch) | |
| tree | bf006ae9a68f2214401d21f82ceb6efd6f89f9b1 /README.md | |
| parent | 8c41816a0063e3f18335f3e9bf386c6e307a0bac (diff) | |
| download | karakeep-224aa38d5976523f213e2860b6addc7630d472ba.tar.zst | |
breaking: Using DATA_DIR env variable instead of DATABASE_URL
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ The app is configured with env variables. | Name | Default | Description | | -------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | OPENAI_API_KEY | Not set | The OpenAI key used for automatic tagging. If not set, automatic tagging won't be enabled. The app currently uses `gpt-3.5-turbo-0125` which is [extremely cheap](https://openai.com/pricing). You'll be able to bookmark 1000+ for less than $1. | -| DATABASE_URL | Not set | The path for the sqlite database. | +| DATA_DIR | Not set | The path for the persistent data directory. | | REDIS_HOST | localhost | The address of redis used by background jobs | | REDIS_POST | 6379 | The port of redis used by background jobs | | MEILI_ADDR | Not set | The address of meilisearch. If not set, Search will be disabled. | |
