# ── Server ─────────────────────────────────────────────────────
PORT=3000

# ── JWT Secret (change this before going live!) ────────────────
JWT_SECRET=auxis_super_secret_key_2026_change_in_production

# ── MongoDB Atlas (optional — leave blank to use local JSON) ───
# Get your free URI from https://cloud.mongodb.com
# Format: mongodb+srv://username:password@cluster.mongodb.net/auxis
MONGODB_URI=
