💿Configuring the server
Environment variables
SOKETI_DEBUG=1 soketi start# Within your .env file
SOKETI_DEBUG=1soketi startFile configuration
{
"debug": true,
"port": 6002,
"appManager.array.apps": [
{
"id": "some-id",
"key": "some-key",
"secret": "some-secret",
"webhooks": [
{
"url": "https://...",
"event_types": ["channel_occupied"]
}
]
}
]
}最后更新于