vibe-proxy/backend/config.example.yaml
2026-08-27 15:02:32 +02:00

32 lines
815 B
YAML

# Address and port for the OpenAI-compatible API and management UI.
host: "127.0.0.1"
port: 8317
tls:
enable: false
cert: ""
key: ""
# MANAGEMENT_PASSWORD can provide the management key without storing it here.
remote-management:
allow-remote: false
secret-key: ""
disable-control-panel: false
# Codex OAuth credentials are stored as JSON files in this directory.
auth-dir: "~/.vibe-proxy/auths"
# Clients use one of these keys with the OpenAI-compatible endpoints.
api-keys:
- "replace-with-a-random-api-key"
# Optional HTTP, HTTPS, SOCKS5, or SOCKS5H proxy for OAuth and upstream requests.
proxy-url: ""
# Multiple Codex accounts are selected in round-robin order with automatic failover.
routing:
strategy: "round-robin"
debug: false
logging-to-file: false
usage-statistics-enabled: false