Files
AI-Account-Toolkit/ob12api/config/setting.toml
2026-03-16 09:24:05 +08:00

30 lines
495 B
TOML

[global]
api_key = "your-api-key"
[server]
host = "0.0.0.0"
port = 8081
[admin]
username = "admin"
password = "admin"
[proxy]
url = ""
[retry]
max_retries = 3
retry_delay = 1
[ob1]
credentials_path = ""
workos_auth_url = "https://api.workos.com/user_management/authenticate"
workos_client_id = "client_01K8YDZSSKDMK8GYTEHBAW4N4S"
api_base = "https://dashboard.openblocklabs.com/api/v1"
refresh_buffer_seconds = 600
rotation_mode = "balanced"
refresh_interval = 60
[logging]
level = "INFO"