SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit fc8e86e6 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Add missing hosts to settings

parent f2c1eaf5
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ from .base import * ...@@ -3,6 +3,7 @@ from .base import *
# THE MAIN THING HERE # THE MAIN THING HERE
DEBUG = False DEBUG = False
CERTFILE = get_secret("CERTFILE") CERTFILE = get_secret("CERTFILE")
ALLOWED_HOSTS = ['www.scipost.org', 'scipost.org']
# Static and media # Static and media
STATIC_URL = 'https://scipost.org/static/' STATIC_URL = 'https://scipost.org/static/'
......
...@@ -5,6 +5,7 @@ from .base import * ...@@ -5,6 +5,7 @@ from .base import *
# THE MAIN THING HERE # THE MAIN THING HERE
DEBUG = False DEBUG = False
ALLOWED_HOSTS = ['jdewit.webfactional.com']
# Static and media # Static and media
STATIC_URL = '/static/' STATIC_URL = '/static/'
......
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