diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-10 11:19:57 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2023-09-10 19:01:00 +0300 |
| commit | bead581a92c51ab1e7f18161972d73c6ffa3eb3f (patch) | |
| tree | d32d3b6ac80c3b8260ccc8045473b5dddcdbba59 /Aggrofile | |
| parent | 0b1712bf34ddd0bfe54a0f19eab7ef7c31e7f444 (diff) | |
Add dotenv and env var in config support
Diffstat (limited to 'Aggrofile')
| -rw-r--r-- | Aggrofile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
