Skip to content
Snippets Groups Projects
Commit ccb92ccd authored by Eck Balázs István's avatar Eck Balázs István
Browse files

add allowed host

parent 9aa9aa51
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,9 @@ SECRET_KEY = "django-insecure-keun2sfn)#qr%!+e)whc*nzwf%m0ezfxi%&s1mq+qh^#ijioa4
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = [
"paaslab4-eckbalu-dev.apps.rm3.7wse.p1.openshiftapps.com"
]
# Application definition
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment