From b8bb2419172211b57b06b1b43255ab32fac8193a Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 20 Sep 2020 15:12:08 +0200 Subject: [PATCH] Update paths for production logs and haystack --- SciPost_v1/settings/production.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SciPost_v1/settings/production.py b/SciPost_v1/settings/production.py index 4ccda859d..2a007d4e1 100644 --- a/SciPost_v1/settings/production.py +++ b/SciPost_v1/settings/production.py @@ -48,7 +48,7 @@ CROSSREF_DEBUG = False CROSSREF_DEPOSIT_EMAIL = 'edadmin@scipost.org' DOAJ_API_KEY = get_secret("DOAJ_API_KEY") -HAYSTACK_CONNECTIONS['default']['PATH'] = '/home/scipost/webapps/scipost/scipost_v1/whoosh_index' +HAYSTACK_CONNECTIONS['default']['PATH'] = '/home/scipost/webapps/scipost_py38/SciPost/whoosh_index' MAILCHIMP_API_USER = get_secret("MAILCHIMP_API_USER") MAILCHIMP_API_KEY = get_secret("MAILCHIMP_API_KEY") @@ -57,8 +57,8 @@ ITHENTICATE_USERNAME = get_secret('ITHENTICATE_USERNAME') ITHENTICATE_PASSWORD = get_secret('ITHENTICATE_PASSWORD') # Logging -LOGGING['handlers']['scipost_file_arxiv']['filename'] = '/home/scipost/webapps/scipost/logs/arxiv.log' -LOGGING['handlers']['scipost_file_doi']['filename'] = '/home/scipost/webapps/scipost/logs/doi.log' +LOGGING['handlers']['scipost_file_arxiv']['filename'] = '/home/scipost/logs/arxiv.log' +LOGGING['handlers']['scipost_file_doi']['filename'] = '/home/scipost/logs/doi.log' # API -- GitLab