chore: update database username to euchre_camp and hostname to postgresql
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user