Files
dofus-manager/.env.example
2026-01-19 13:35:20 +01:00

10 lines
232 B
Plaintext

# Database
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/dofus_manager?schema=public"
# App
APP_URL="http://localhost:3000"
NODE_ENV="development"
# Session
SESSION_SECRET="change-me-to-a-random-string-min-32-chars"