mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-07-09 14:04:19 +00:00
First commit
This commit is contained in:
13
apps/channel_gateway/config/channels.yaml
Normal file
13
apps/channel_gateway/config/channels.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
channels:
|
||||
web:
|
||||
enabled: true
|
||||
endpoint: /channels/web/message
|
||||
adapter: web
|
||||
whatsapp:
|
||||
enabled: true
|
||||
endpoint: /channels/whatsapp/webhook
|
||||
adapter: whatsapp
|
||||
voice:
|
||||
enabled: true
|
||||
endpoint: /channels/voice/transcript
|
||||
adapter: voice
|
||||
Reference in New Issue
Block a user