mosh-helpdesk/server/.env.test

12 lines
315 B
Text
Raw Normal View History

2026-02-13 17:46:19 +01:00
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
SEED_ADMIN_EMAIL="admin@example.com"
SEED_ADMIN_PASSWORD="password123"