refacto in utils

This commit is contained in:
tykayn 2021-01-05 11:57:00 +01:00 committed by Baptiste Lemoine
parent b5f108c571
commit e5eea3f803
2 changed files with 2 additions and 10 deletions

View File

@ -12,8 +12,8 @@ const parserConfig = {
db_user: "mobilizon", db_user: "mobilizon",
db_pass: "mobilizon", db_pass: "mobilizon",
// other configs // other configs
askAgendaDuLibre: false, // should we fetch the Agenda du libre feed ? askAgendaDuLibre: true, // should we fetch the Agenda du libre feed ?
askOsmCal: true, askOsmCal: false,
runAddQueriesToMobilizon: false, runAddQueriesToMobilizon: false,
debug: false, debug: false,
}; };

View File

@ -1,8 +0,0 @@
exports.config = {
feeder_mobilizon_user_id: "",
db_name: "",
db_user: "",
db_pass: "",
};
export {};