chore: update database username to euchre_camp and hostname to postgresql

This commit is contained in:
2026-03-31 04:05:14 -07:00
parent 5b19e44062
commit a1a380f410
4 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ if [ ! -f .env ]; then
# Database Configuration
DATABASE_PROVIDER=postgresql
DATABASE_URL=postgresql://euchre:${POSTGRES_PASSWORD}@postgres:5432/euchre_camp
DATABASE_SHADOW_URL=postgresql://euchre:${POSTGRES_PASSWORD}@postgres:5432/euchre_camp_shadow
DATABASE_URL=postgresql://euchre_camp:${POSTGRES_PASSWORD}@postgresql:5432/euchre_camp
DATABASE_SHADOW_URL=postgresql://euchre_camp:${POSTGRES_PASSWORD}@postgresql:5432/euchre_camp_shadow
# Better Auth Configuration
BETTER_AUTH_SECRET=${BETTER_AUTH_SECRET}