File size: 320 Bytes
1904665 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | host: "0.0.0.0"
port: 7860
auth-dir: "/app/auth"
debug: false
# Standard API Keys for accessing the proxy
api-keys:
- "sk-cliproxy-default-key"
# Kiro (Amazon Q Developer) integration
kiro-api-key:
- refresh-token: "your-refresh-token-here"
region: "us-east-1"
# profile-arn is optional and auto-detected
|