mirror of
https://github.com/mosh-hamedani/helpdesk.git
synced 2026-05-21 11:58:19 +02:00
12 lines
315 B
Text
12 lines
315 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
|
||
|
|
|
||
|
|
SEED_ADMIN_EMAIL="admin@example.com"
|
||
|
|
SEED_ADMIN_PASSWORD="password123"
|