mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-10-20 19:08:52 +00:00
Expose whether cluster mode is enabled over /api/instance/config
This commit is contained in:
@@ -168,6 +168,7 @@ async function initAPI() {
|
||||
app.get('/api/instance/config', (req, res) => {
|
||||
res.json({
|
||||
rtmp: {
|
||||
cluster: config['rtmp']['cluster'],
|
||||
port: config['rtmp']['port'],
|
||||
ping_timeout: config['rtmp']['ping_timeout']
|
||||
},
|
||||
|
Reference in New Issue
Block a user