SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 25b80d26 authored by SciPost Tech Support's avatar SciPost Tech Support
Browse files

Merge branch 'staging'

parents 581b75ef f5d3378c
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
from .base import *
# THE MAIN THING HERE
DEBUG = True
ALLOWED_HOSTS = ['scipoststg.webfactional.com']
DEBUG = False
ALLOWED_HOSTS = ['scipoststg.webfactional.com', 'www.scipoststg.webfactional.com']
# Static and media
STATIC_ROOT = '/home/scipoststg/webapps/scipost_static/'
......@@ -21,3 +21,8 @@ RECAPTCHA_PRIVATE_KEY = get_secret("GOOGLE_RECAPTCHA_PRIVATE_KEY")
# Logging location
LOGGING['handlers']['scipost_file_arxiv']['filename'] = '/home/scipoststg/webapps/scipost/logs/arxiv.log'
LOGGING['handlers']['scipost_file_doi']['filename'] = '/home/scipoststg/webapps/scipost/logs/doi.log'
# Cookies
SESSION_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True
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