refacto in utils
This commit is contained in:
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…
Reference in New Issue
Block a user