Merge pull request #65 from bparees/allowed_hosts
add allowed_hosts env var for django
This commit is contained in:
commit
28ce74503e
3 changed files with 13 additions and 1 deletions
|
@ -217,6 +217,10 @@
|
|||
{
|
||||
"name": "DJANGO_SECRET_KEY",
|
||||
"value": "${DJANGO_SECRET_KEY}"
|
||||
},
|
||||
{
|
||||
"name": "ALLOWED_HOSTS",
|
||||
"value": "['*']"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
|
|
|
@ -217,6 +217,10 @@
|
|||
{
|
||||
"name": "DJANGO_SECRET_KEY",
|
||||
"value": "${DJANGO_SECRET_KEY}"
|
||||
},
|
||||
{
|
||||
"name": "ALLOWED_HOSTS",
|
||||
"value": "['*']"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
|
|
|
@ -216,7 +216,11 @@
|
|||
{
|
||||
"name": "DJANGO_SECRET_KEY",
|
||||
"value": "${DJANGO_SECRET_KEY}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ALLOWED_HOSTS",
|
||||
"value": "['*']"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"limits": {
|
||||
|
|
Loading…
Reference in a new issue