chore: add new route pages and environment configuration
Pull Request / unit-tests (pull_request) Successful in 1m2s
Pull Request / analyze-bump-type (pull_request) Has been cancelled
Pull Request / e2e-tests (pull_request) Has been cancelled

This commit is contained in:
2026-04-26 16:37:46 -07:00
parent 36e273e2a1
commit 0f53f8a08f
5 changed files with 232 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# 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