chore: update DATABASE_URL hostname in .env.example to worldcup_db
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Database
|
||||
DB_PASSWORD=changeme
|
||||
DATABASE_URL=postgres://wc:changeme@db:5432/worldcup
|
||||
DATABASE_URL=postgres://wc:changeme@worldcup_db:5432/worldcup
|
||||
|
||||
# Traefik (set TRAEFIK_ENABLED=true when deploying behind Traefik)
|
||||
TRAEFIK_ENABLED=false
|
||||
|
||||
Reference in New Issue
Block a user