You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
758 B
20 lines
758 B
// 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
|
|
|
|
config.connectDialog.address = false
|
|
config.connectDialog.port = false
|
|
config.connectDialog.token = false
|
|
config.connectDialog.address = false
|
|
config.connectDialog.password = false
|
|
|
|
config.defaults.address = window.location.hostname
|
|
config.defaults.port = '443'
|
|
config.defaults.token = ''
|
|
config.defaults.theme = 'MetroMumbleDark'
|
|
|
|
// E.g. changing default address and theme:
|
|
// config.defaults.address = 'voice.example.com'
|
|
// config.defaults.theme = 'MetroMumbleDark'
|
|
|