aboutsummaryrefslogtreecommitdiffstats
path: root/Aggrofile
diff options
context:
space:
mode:
Diffstat (limited to 'Aggrofile')
-rw-r--r--Aggrofile14
1 files changed, 12 insertions, 2 deletions
diff --git a/Aggrofile b/Aggrofile
index 96569da..6f6864c 100644
--- a/Aggrofile
+++ b/Aggrofile
@@ -1,7 +1,17 @@
{
"db_path": "db.json",
- "server_host": "0.0.0.0",
- "server_port": 8080,
+ "server": {
+ "host": "0.0.0.0",
+ "port": 8080
+ },
+ "email_alerter": {
+ "api_url": "${AGGRO_EMAIL_ALERT_API_URL}",
+ "api_auth": "${AGGRO_EMAIL_ALERT_API_AUTH}",
+ "email_from": "${AGGRO_EMAIL_ALERT_FROM}",
+ "email_to": [
+ "${AGGRO_EMAIL_ALERT_TO}"
+ ]
+ },
"plugins": {
"aaniwalli_scraper": {
"plugin": "ScraperSourcePlugin",