Scores/soketi.json.example
Juan Felipe Zapata Moreno be89d18e74 Init
2025-07-01 10:36:19 -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"]
}
]
}
]
}