Skip to content
Extraits de code Groupes Projets
Valider 51dfa6cc rédigé par Will Hunt's avatar Will Hunt
Parcourir les fichiers

Merge remote-tracking branch 'origin/develop' into hs/bump-to-v12

parents 8d2c2734 e05bf833
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -138,6 +138,7 @@ async function run() { ...@@ -138,6 +138,7 @@ async function run() {
throw Error("Config is not of type object"); throw Error("Config is not of type object");
} }
config.applyConfig(readConfig); config.applyConfig(readConfig);
config.applyEnvironmentOverrides(process.env);
Log.Configure(config.logging); Log.Configure(config.logging);
if (config.database.roomStorePath || config.database.userStorePath) { if (config.database.roomStorePath || config.database.userStorePath) {
log.error("The keys 'roomStorePath' and/or 'userStorePath' is still defined in the config. " + log.error("The keys 'roomStorePath' and/or 'userStorePath' is still defined in the config. " +
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter