This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
add allowed_hosts env var for django
pull/65/head
Ben Parees
9 years ago
parent
c28ec1e65e
commit
080ea9203d
3 changed files
with
13 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
openshift/templates/django-postgresql-persistent.json
+4
-0
openshift/templates/django-postgresql.json
+5
-1
openshift/templates/django.json
+ 4
- 0
openshift/templates/django-postgresql-persistent.json
View File
@ -217,6 +217,10 @@
{
"name"
:
"DJANGO_SECRET_KEY"
,
"value"
:
"${DJANGO_SECRET_KEY}"
}
,
{
"name"
:
"ALLOWED_HOSTS"
,
"value"
:
"['*']"
}
]
,
"resources"
:
{
+ 4
- 0
openshift/templates/django-postgresql.json
View File
@ -217,6 +217,10 @@
{
"name"
:
"DJANGO_SECRET_KEY"
,
"value"
:
"${DJANGO_SECRET_KEY}"
}
,
{
"name"
:
"ALLOWED_HOSTS"
,
"value"
:
"['*']"
}
]
,
"resources"
:
{
+ 5
- 1
openshift/templates/django.json
View File
@ -216,7 +216,11 @@
{
"name"
:
"DJANGO_SECRET_KEY"
,
"value"
:
"${DJANGO_SECRET_KEY}"
}
}
,
{
"name"
:
"ALLOWED_HOSTS"
,
"value"
:
"['*']"
}
]
,
"resources"
:
{
"limits"
:
{
Write
Preview
Loading…
Cancel
Save