From 416b3cd7ea91bc4e1b7c2bcfc8dbb2fbfaf259c1 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 27 Feb 2024 17:41:13 +0000 Subject: docker: Remove the file:/ prefix from database URLs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1a0b5cdd..90c814ff 100644 --- a/README.md +++ b/README.md @@ -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 | -- cgit v1.2.3-70-g09d2