maquetador-graficas/soketi.json.example
Juan Felipe Zapata Moreno c6c2f78d16 Initial Commit
2025-08-12 09:36:02 -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"]
}
]
}
]
}