aboutsummaryrefslogtreecommitdiffstats
path: root/Aggrofile
diff options
context:
space:
mode:
Diffstat (limited to 'Aggrofile')
-rw-r--r--Aggrofile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Aggrofile b/Aggrofile
index 6f6864c..afd6bb7 100644
--- a/Aggrofile
+++ b/Aggrofile
@@ -6,7 +6,10 @@
},
"email_alerter": {
"api_url": "${AGGRO_EMAIL_ALERT_API_URL}",
- "api_auth": "${AGGRO_EMAIL_ALERT_API_AUTH}",
+ "api_headers": {
+ "Authorization": "${AGGRO_EMAIL_ALERT_API_AUTH}",
+ "Content-Type": "application/json"
+ },
"email_from": "${AGGRO_EMAIL_ALERT_FROM}",
"email_to": [
"${AGGRO_EMAIL_ALERT_TO}"