# Copy this file to `.env` (repo root) and adjust as needed. See README.md # for the full local setup workflow (install, migrate, seed, run api/web). NODE_ENV=development PORT=3000 # Requires a reachable PostgreSQL server with a database named `ashen_realms` # owned by this user/password (or your own local equivalent connection string). DATABASE_URL=postgresql://ashen:ashen@localhost:5432/ashen_realms JWT_ACCESS_SECRET=change-me JWT_REFRESH_SECRET=change-me-too JWT_ACCESS_TTL=15m JWT_REFRESH_TTL=30d