File size: 456 Bytes
e020151 09cd62f e020151 cfc35c6 e020151 09cd62f e020151 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | host: "0.0.0.0"
port: 7860
remote-management:
allow-remote: true
secret-key: "${SECRET_KEY}"
disable-control-panel: false
panel-github-repository: "https://github.com/router-for-me/Cli-Proxy-API-Management-Center"
auth-dir: "/data/auths"
api-keys:
- "${API_KEY_1}"
- "${API_KEY_2}"
debug: false
request-retry: 3
max-retry-interval: 30
quota-exceeded:
switch-project: true
switch-preview-model: true
routing:
strategy: "round-robin"
|