{
"client": {
"token": {
"hmac_secret_key": "YOUR_DATA"
},
"allowed_origins": [
"http://localhost",
]
},
"channel": {
"namespaces": [
{
"name": "public",
"allow_subscribe_for_client": true
},
{
"name": "dm",
"allow_user_limited_channels": true
}
]
},
"admin": {
"enabled": true,
"password": "YOUR_DATA",
"secret": "YOUR_DATA"
},
"http_api": {
"key": "YOUR_DATA"
}
}