# Root-level local dev defaults. # Copy to `.env.development` (gitignored) to override. # All values here work out of the box — no changes needed for standard local dev. DATABASE_URL=postgres://trails:trails@localhost:5432/trails BROUTER_URL=http://localhost:17777 # Change these for any environment that is not purely local. JWT_SECRET=dev-secret-not-for-production SESSION_SECRET=dev-secret-not-for-production