mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-03-22 00:50:26 +00:00
- Updated `GetAuthenticatedClient` to handle proxy configuration via `proxy-url`. - Extended `Config` to include `proxy-url` property. - Adjusted error handling and removed unused JSON error response logic for API handlers. - Updated documentation and configuration examples to reflect new proxy settings.
7 lines
100 B
YAML
7 lines
100 B
YAML
port: 8317
|
|
auth_dir: "~/.cli-proxy-api"
|
|
debug: false
|
|
proxy-url: ""
|
|
api_keys:
|
|
- "12345"
|
|
- "23456" |