Expose whether cluster mode is enabled over /api/instance/config

This commit is contained in:
knotteye
2020-10-17 22:08:56 -05:00
parent 01744df3cd
commit ab9a9b4585
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Configuration of the instance relating to media
```
{
rtmp: {
cluster: false,
port: 1935,
ping_timeout: 60
},