mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 22:04:21 +00:00
18 lines
611 B
Plaintext
18 lines
611 B
Plaintext
APP_NAME=external-channel-gateway
|
|
LOG_LEVEL=INFO
|
|
API_HOST=0.0.0.0
|
|
API_PORT=7000
|
|
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
|
|
|
|
# adapter = receive channel payloads at /channels/* and convert to GatewayRequest.
|
|
# proxy = receive only GatewayRequest at /gateway/message and forward it.
|
|
CHANNEL_GATEWAY_RUNTIME_MODE=adapter
|
|
|
|
AGENT_FRAMEWORK_BASE_URL=http://localhost:8000
|
|
AGENT_FRAMEWORK_GATEWAY_PATH=/gateway/message
|
|
DEFAULT_TENANT_ID=default
|
|
DEFAULT_AGENT_ID=telecom_contas
|
|
REQUEST_TIMEOUT_SECONDS=120
|
|
# Optional: shared token added to calls from channel_gateway to backend.
|
|
INTERNAL_GATEWAY_TOKEN=
|