guanghulab/config/gdrive-tokens.json
2026-05-10 13:12:44 +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": []
}