Restore config.example.yaml for Docker build
Browse files- config.example.yaml +14 -0
config.example.yaml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
host: "0.0.0.0"
|
| 2 |
+
port: 7860
|
| 3 |
+
auth-dir: "/app/auth"
|
| 4 |
+
debug: false
|
| 5 |
+
|
| 6 |
+
# Standard API Keys for accessing the proxy
|
| 7 |
+
api-keys:
|
| 8 |
+
- "sk-cliproxy-default-key"
|
| 9 |
+
|
| 10 |
+
# Kiro (Amazon Q Developer) integration
|
| 11 |
+
kiro-api-key:
|
| 12 |
+
- refresh-token: "your-refresh-token-here"
|
| 13 |
+
region: "us-east-1"
|
| 14 |
+
# profile-arn is optional and auto-detected
|