# 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 # Owner of space-main after migration (portal user id) # VPS_MAIN_SPACE_OWNER_USER_ID= # DB_PATH= # PORT=3001