kir / accounts.example.json
Shinway Deploy
feat: Add enhanced dashboard with HF Spaces support
866dfb3
Raw
History Blame Contribute Delete
1.01 kB
{
"_comment": "Load balancer accounts config - uses SAME auth as existing single-account setup",
"accounts": [
{
"id": "primary",
"name": "Primary Account",
"enabled": true,
"weight": 2,
"priority": 0,
"_comment_auth": "Same as KIRO_CREDS_FILE env var",
"creds_file": "~/.aws/sso/cache/kiro-auth-token.json",
"region": "us-east-1"
},
{
"id": "secondary",
"name": "Secondary Account",
"enabled": true,
"weight": 1,
"priority": 1,
"_comment_auth": "Same as REFRESH_TOKEN env var",
"refresh_token": "YOUR_REFRESH_TOKEN_HERE",
"region": "us-east-1"
},
{
"id": "cli-account",
"name": "CLI Account",
"enabled": false,
"weight": 1,
"priority": 2,
"_comment_auth": "Same as KIRO_CLI_DB_FILE env var",
"sqlite_db": "~/.local/share/kiro-cli/data.sqlite3",
"region": "us-east-1"
}
],
"strategy": "round_robin",
"health_check_interval": 60
}