Projet

Général

Profil

Demande #4373 » config.local.js

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

 
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

    
5
let config = window.mumbleWebConfig // eslint-disable-line no-unused-vars
6

    
7
config.connectDialog.password = false;                                                                                            
8
config.connectDialog.token = false;                                                                                            
9
config.settings.voiceMode     = 'ptt';                                                                                            
10
config.settings.joinDialog    = true;
11

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