guanghulab/config/gdrive-tokens.json
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

27 lines
724 B
JSON

{
"schema_version": "1.0",
"oauth_app": {
"project_id": "guanghu-drive-bridge",
"client_id_secret": "GDRIVE_CLIENT_ID",
"client_secret_secret": "GDRIVE_CLIENT_SECRET",
"scope": "https://www.googleapis.com/auth/drive",
"token_ttl_days": 7,
"renew_interval_days": 6,
"renew_safety_margin_hours": 24
},
"tokens": [
{
"user_id": "TCS-0002",
"user_name": "冰朔",
"role": "master",
"github_secret_name": "GDRIVE_REFRESH_TOKEN",
"last_renewed": "2026-03-24T14:30:00+08:00",
"expires_at": "2026-03-31T14:30:00+08:00",
"status": "active",
"renew_count": 0,
"notes": "主控账号 · 格点库核心 Token"
}
],
"renew_log": []
}