DB_CLIENT="mariadb" DB_HOST="127.0.0.1" DB_PORT="3306" DB_USERNAME="sentai" DB_PASSWORD="sentai123" DB_DATABASE="sentai" DB_SYNCHRONIZE="true" JWT_SECRET="replace-with-a-local-secret" APP_DEMO_USER="admin" APP_DEMO_PASSWORD="S3ntAI!Adm1n@2026" # 本地直连开发时可设置为 http://localhost:3001。 # 如果前端通过 Nginx / 同源代理对外提供服务,建议留空,让浏览器自动走当前域名同源 /api。 NEXT_PUBLIC_API_BASE_URL="http://localhost:3001" MONITORING_INGEST_TOKEN="sentai-monitor-ingest" MONITORING_AGENT_TOKEN="sentai-agent-token"