From bead581a92c51ab1e7f18161972d73c6ffa3eb3f Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 10 Sep 2023 11:19:57 +0300 Subject: Add dotenv and env var in config support --- Aggrofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Aggrofile') diff --git a/Aggrofile b/Aggrofile index f78dfd8..3828653 100644 --- a/Aggrofile +++ b/Aggrofile @@ -4,8 +4,8 @@ "plutonium74_fb": { "plugin": "FacebookSourcePlugin", "schedule_expr": "schedule.every(30).seconds", - "login_email": "", - "login_password": "", + "login_email": "${AGGRO_FB_LOGIN_EMAIL}", + "login_password": "${AGGRO_FB_LOGIN_PASSWORD}", "page_id": "Batushkaband", "limit": 10, "__comment": "https://www.facebook.com/Plutonium74" -- cgit v1.3