fix(comet): remove postgres:// protocol in DATABASE_URL

This commit is contained in:
Viren070
2025-04-27 18:56:50 +01:00
parent 328cfdbe40
commit 95eb47f732
+1 -1
View File
@@ -34,7 +34,7 @@ DASHBOARD_ADMIN_PASSWORD=CHANGE_ME # The password to access the dashboard
# Postgres should only be used if you need concurrency e.g. mutliple instances of Comet, or using
# multiple debrid services with Comet.
DATABASE_TYPE=sqlite # Options: sqlite, postgresql
DATABASE_URL=postgres://comet:comet@comet_postgres:5432/comet # For PostgreSQL
DATABASE_URL=comet:comet@comet_postgres:5432/comet # For PostgreSQL
DATABASE_PATH=data/comet.db # Only relevant for SQLite
# ============================== #