14 lines
372 B
TOML
14 lines
372 B
TOML
|
|
schema_version = 8
|
||
|
|
default_profile = "adaptive-engineering"
|
||
|
|
base_codex_home = "~/.codex"
|
||
|
|
auth_link_mode = "shared"
|
||
|
|
gateway_host = "127.0.0.1"
|
||
|
|
gateway_port_min = 42000
|
||
|
|
gateway_port_max = 51999
|
||
|
|
gateway_start_timeout_seconds = 15
|
||
|
|
gateway_idle_timeout_seconds = 3600
|
||
|
|
job_retention_days = 14
|
||
|
|
session_retention_days = 14
|
||
|
|
codex_bin = "codex"
|
||
|
|
switchyard_bin = "switchyard-server"
|