checklist/soketi.json.example
Juan Felipe Zapata Moreno 9c6eeb5fb3 Commit Inicial
2025-08-05 09:52:38 -06:00

18 lines
368 B
Plaintext

{
"debug": false,
"port": 6001,
"appManager.array.apps": [
{
"id": "template",
"key": "example",
"secret": "my-secret",
"webhooks": [
{
"url": "https://...",
"event_types": ["channel_occupied"]
}
]
}
]
}