# Path to SQLite database file DATABASE_PATH=./mikrotik.db # Port for the Fastify server PORT=8000 # Allowed CORS origin (Next.js frontend) CORS_ORIGIN=http://localhost:3000 # Portal SSO (false = open API for local/dev) AUTH_REQUIRED=false # Same HS256 secret as auth-portal JWT_SECRET when AUTH_REQUIRED=true AUTH_JWT_SECRET=dev-secret-change-me AUTH_ISSUER=https://auth.shnt.top AUTH_PORTAL_URL=http://localhost:5175