mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 22:04:21 +00:00
First commit
This commit is contained in:
17
apps/channel_gateway/.env.example
Normal file
17
apps/channel_gateway/.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
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=
|
||||
Reference in New Issue
Block a user