mosh-helpdesk/server/.env.test
2026-02-19 09:30:43 -08:00

14 lines
353 B
Text

DATABASE_URL="postgresql://postgres:MyPassword!@localhost:5432/helpdesk_test?schema=public"
BETTER_AUTH_SECRET="test-secret-do-not-use-in-production"
BETTER_AUTH_URL="http://localhost:3001"
TRUSTED_ORIGINS="http://localhost:5174"
PORT=3001
WEBHOOK_SECRET="test-webhook-secret"
SEED_ADMIN_EMAIL="admin@example.com"
SEED_ADMIN_PASSWORD="password123"