Fix DATABASE_URL format in .env file

This commit is contained in:
2024-11-24 02:09:42 +01:00
parent 35f5d03323
commit db29698c85
+1 -1
View File
@@ -3,7 +3,7 @@ NEXTAUTH_SECRET=
# Manual installation database settings
# Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
DATABASE_URL=DATABASE_URL=postgresql://user:password@postgres:5432/linkwarden
DATABASE_URL=postgresql://user:password@postgres:5432/linkwarden
# Docker installation database settings
POSTGRES_PASSWORD=password