infra/roles/stable/mumble/templates/config.local.js.j2
2021-01-06 13:02:22 +01:00

11 lines
No EOL
450 B
Django/Jinja

// 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'
{{ mumble_web_config }}