aboutsummaryrefslogtreecommitdiffstats
path: root/Aggrofile
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-09-10 11:19:57 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-09-10 19:01:00 +0300
commitbead581a92c51ab1e7f18161972d73c6ffa3eb3f (patch)
treed32d3b6ac80c3b8260ccc8045473b5dddcdbba59 /Aggrofile
parent0b1712bf34ddd0bfe54a0f19eab7ef7c31e7f444 (diff)
Add dotenv and env var in config support
Diffstat (limited to 'Aggrofile')
-rw-r--r--Aggrofile4
1 files changed, 2 insertions, 2 deletions
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"