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"