summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorAdam Bogdał <adam@bogdal.pl>2016-10-14 13:54:52 +0200
committerAdam Bogdał <adam@bogdal.pl>2016-10-14 13:54:52 +0200
commit9f683b6adb8f277f05b9e1bcaeffdd0066c387ec (patch)
treedf3e2f96db2799497a183b74dce011654845638c /app.json
parent8bbf19b6e1c86314d39dc32f5c0a442ce65e5be0 (diff)
downloadsaleor-frontend-9f683b6adb8f277f05b9e1bcaeffdd0066c387ec.tar.gz
saleor-frontend-9f683b6adb8f277f05b9e1bcaeffdd0066c387ec.tar.bz2
saleor-frontend-9f683b6adb8f277f05b9e1bcaeffdd0066c387ec.zip
Set default from email variable
Diffstat (limited to 'app.json')
-rw-r--r--app.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/app.json b/app.json
index 4e34295c..057390e8 100644
--- a/app.json
+++ b/app.json
@@ -18,6 +18,7 @@
"description": "Comma-separated list of hosts",
"value": ".herokuapp.com"
},
+ "DEFAULT_FROM_EMAIL": "noreply@example.com",
"SECRET_KEY": {
"description": "A secret key for verifying the integrity of signed cookies.",
"generator": "secret"