refacto in utils

master
tykayn 2 years ago committed by Baptiste Lemoine
parent b5f108c571
commit e5eea3f803

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

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