18 lines
368 B
Plaintext
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"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|