diff --git a/config.ts b/config.ts index 10ae4a7..b31748c 100644 --- a/config.ts +++ b/config.ts @@ -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, }; diff --git a/configMobilizon.ts b/configMobilizon.ts deleted file mode 100644 index 3532c71..0000000 --- a/configMobilizon.ts +++ /dev/null @@ -1,8 +0,0 @@ -exports.config = { - feeder_mobilizon_user_id: "", - db_name: "", - db_user: "", - db_pass: "", -}; - -export {};