fix(db): use postgres container name as host instead of IP, fix space in user
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
f6e34807ce
commit
9703b1f08e
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
DATABASE_URL="postgresql://prosapp_user:ProsappPass123!@10.0.1.9:5432/prosapp"
|
||||
DATABASE_URL="postgresql://prosapp_user:ProsappPass123!@wkuvmdsy39relyhnugk87eqb:5432/prosapp"
|
||||
export DATABASE_URL
|
||||
|
||||
echo "=== ProsApp Backend Starting ==="
|
||||
|
||||
Reference in New Issue
Block a user