mumble.chapril.org-mumbleweb/config.local.js

23 lines
781 B
JavaScript

// You can overwrite the default configuration values set in [config.js] here.
// There should never be any required changes to this file and you can always
// simply copy it over when updating to a new version.
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 = true;
config.connectDialog.password = false;
config.connectDialog.channelName = false;
config.settings.voiceMode = 'ptt';
config.settings.pttKey = 'ctrl + shift';
config.settings.joinDialog = true;