Projet

Général

Profil

Demande #4373 » config.local.js

Fichier de config locale - Frédéric Couchet, 27/03/2020 14:58

 
// 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.password = false;
config.connectDialog.token = false;
config.settings.voiceMode = 'ptt';
config.settings.joinDialog = true;

// E.g. changing default address and theme:
// config.defaults.address = 'voice.example.com'
// config.defaults.theme = 'MetroMumbleDark'
(1-1/2)