# Runtime
NODE_ENV=development
LOG_LEVEL=info
LOG_FORMAT=json
# Hosting
# If running behind a PaaS that sets PORT, the config loader will detect it.
PORT=3000
MASTER_HOSTING_PLATFORM=node
MASTER_HOSTING_PORT=3000
MASTER_BASE_URL=http://localhost:3000
# Security
# REQUIRED in production; if missing in dev, an ephemeral key is generated
TOKEN_ENC_KEY=replace-with-32+char-hex-or-random
# OAuth defaults (example values; override per provider)
MASTER_OAUTH_AUTHORIZATION_ENDPOINT=https://example.com/auth
MASTER_OAUTH_TOKEN_ENDPOINT=https://example.com/token
MASTER_OAUTH_CLIENT_ID=placeholder
MASTER_OAUTH_REDIRECT_URI=http://localhost:3000/oauth/callback
MASTER_OAUTH_SCOPES=openid