config.local.js 426 B

123456789
  1. // You can overwrite the default configuration values set in [config.js] here.
  2. // There should never be any required changes to this file and you can always
  3. // simply copy it over when updating to a new version.
  4. let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars
  5. // E.g. changing default address and theme:
  6. // config.defaults.address = 'voice.example.com'
  7. // config.defaults.theme = 'MetroMumbleDark'