# VPS Tracker — API / root env (copy to .env or export in shell) # Portal JWT (must match auth-portal JWT_SECRET / ISSUER) AUTH_REQUIRED=false AUTH_JWT_SECRET=dev-secret-change-me AUTH_ISSUER=https://auth.shnt.top AUTH_PORTAL_URL=http://localhost:5175 # Shared with auth-portal AUDIT_INGEST_SECRET (Bearer for POST /api/v1/ingest/audit) AUTH_AUDIT_INGEST_SECRET=dev-audit-ingest-secret # Owner of space-main after migration (portal user id) # VPS_MAIN_SPACE_OWNER_USER_ID= # DB_PATH= # PORT=3001