diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-27 17:41:13 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-27 17:42:08 +0000 |
| commit | 416b3cd7ea91bc4e1b7c2bcfc8dbb2fbfaf259c1 (patch) | |
| tree | 46d5d3146d43537e26a72854d6218961b64b6bad /README.md | |
| parent | 25bef5ff35b8cd33cae9ab83c6f3e304dc906116 (diff) | |
| download | karakeep-416b3cd7ea91bc4e1b7c2bcfc8dbb2fbfaf259c1.tar.zst | |
docker: Remove the file:/ prefix from database URLs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,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_FILE | Not set | The path for the sqlite database. | +| DATABASE_URL | Not set | The path for the sqlite database. | | REDIS_HOST | localhost | The address of redis used by background jobs | | REDIS_POST | 6379 | The port of redis used by background jobs | |
