diff --git a/config.local.js b/config.local.js index aea8519..2d2d0ae 100644 --- a/config.local.js +++ b/config.local.js @@ -7,3 +7,16 @@ let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars // E.g. changing default address and theme: // config.defaults.address = 'voice.example.com' // config.defaults.theme = 'MetroMumbleDark' +config.defaults.address = 'mumble.chapril.org/ws'; + +config.connectDialog.address = false; +config.connectDialog.port = false; +config.connectDialog.token = false; +config.connectDialog.password = false; +config.connectDialog.channelName = false; + +config.settings.voiceMode = 'ptt'; +config.settings.pttKey = 'ctrl + shift'; +config.settings.joinDialog = true; + +