SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e6be169f authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Include ALLOWED_HOSTS in settings

parent 6e71434b
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ SECRET_KEY = host_settings["SECRET_KEY"]
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = host_settings["DEBUG"]
ALLOWED_HOSTS = []
ALLOWED_HOSTS = host_settings["ALLOWED_HOSTS"]
# Secure proxy SSL header and secure cookies
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment