Add daemon host extension option

This commit is contained in:
hensm
2020-03-26 20:12:23 +00:00
parent 1bd626ffbc
commit ff0847441b
6 changed files with 35 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ import { Options } from "./lib/options";
export default {
bridgeApplicationName: APPLICATION_NAME
, bridgeBackupEnabled: false
, bridgeBackupHost: "localhost"
, bridgeBackupPort: 9556
, mediaEnabled: true
, mediaOverlayEnabled: false