Files
agent_platform_oci/apps/channel_gateway/.env.example
2026-06-19 22:17:09 -03:00

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=