From e5eea3f803c6a1b3c1f78594dbc80976dd46b856 Mon Sep 17 00:00:00 2001 From: tykayn Date: Tue, 5 Jan 2021 11:57:00 +0100 Subject: [PATCH] refacto in utils --- config.ts | 4 ++-- configMobilizon.ts | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 configMobilizon.ts 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 {};