Fix DATABASE_URL format in .env file
This commit is contained in:
@@ -3,7 +3,7 @@ NEXTAUTH_SECRET=
|
|||||||
|
|
||||||
# Manual installation database settings
|
# Manual installation database settings
|
||||||
# Example: DATABASE_URL=postgresql://user:password@localhost:5432/linkwarden
|
# 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
|
# Docker installation database settings
|
||||||
POSTGRES_PASSWORD=password
|
POSTGRES_PASSWORD=password
|
||||||
|
|||||||
Reference in New Issue
Block a user