Files
winninghunter/.env.production.example
T
2026-07-07 20:40:43 +03:00

10 lines
299 B
Bash

NEXT_PUBLIC_APP_URL=https://your-domain.com
DATABASE_URL="postgresql://USER:PASSWORD@HOST:5432/winninghunter?schema=public"
AUTH_COOKIE_NAME=wh_session
AUTH_SESSION_DAYS=30
ADMIN_EMAILS="admin@winninghunter.local"
# For docker-compose
POSTGRES_PASSWORD="change-this-long-random-password"
PORT=3000