12 lines
369 B
Bash
12 lines
369 B
Bash
# Test environment - use dev database
|
|
DATABASE_PROVIDER=postgresql
|
|
DATABASE_URL="postgresql://euchre_camp:LINGO5row_hiding@dhg.lol:5432/euchre_camp_dev"
|
|
|
|
# Better Auth Configuration
|
|
BETTER_AUTH_SECRET="your-secret-key-change-in-production"
|
|
BETTER_AUTH_URL="http://localhost:3000"
|
|
TRUSTED_ORIGINS="http://localhost:3000"
|
|
|
|
# Application configuration
|
|
NODE_ENV=production
|