diff --git a/apps/comet/.env b/apps/comet/.env index 292ba31..a979291 100644 --- a/apps/comet/.env +++ b/apps/comet/.env @@ -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 # ============================== #