summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorAdam Bogdał <adam@bogdal.pl>2015-11-21 15:25:07 +0100
committerAdam Bogdał <adam@bogdal.pl>2015-11-21 15:25:07 +0100
commite5d7807cca8b479d53a9ad973519339ddc99c764 (patch)
tree09eca2ed72419921bde406cbb3a32ee94d352dfc /app.json
parent389e9759ac3e4f43c2ce6aeb28198f225e4e8485 (diff)
downloadsaleor-frontend-e5d7807cca8b479d53a9ad973519339ddc99c764.tar.gz
saleor-frontend-e5d7807cca8b479d53a9ad973519339ddc99c764.tar.bz2
saleor-frontend-e5d7807cca8b479d53a9ad973519339ddc99c764.zip
Add .herokuapp.com to the allowed hosts
Diffstat (limited to 'app.json')
-rw-r--r--app.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/app.json b/app.json
index 1796fd31..31ea29fa 100644
--- a/app.json
+++ b/app.json
@@ -12,8 +12,11 @@
"image": "heroku/python",
"env": {
"DJANGO_SETTINGS_MODULE": "saleor.settings",
- "ALLOWED_HOSTS": "*",
"DEBUG": "False",
+ "ALLOWED_HOSTS": {
+ "description": "Comma-separated list of hosts",
+ "value": ".herokuapp.com"
+ },
"SECRET_KEY": {
"description": "A secret key for verifying the integrity of signed cookies.",
"generator": "secret"