SciPost Code Repository

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

Work on metadata upload again

parent 1d436174
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ host_settings = json.load(open(host_settings_path)) ...@@ -26,6 +26,8 @@ host_settings = json.load(open(host_settings_path))
# SECURITY WARNING: keep the secret key used in production secret! # SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = host_settings["SECRET_KEY"] SECRET_KEY = host_settings["SECRET_KEY"]
CERTFILE = host_settings["CERTFILE"]
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = host_settings["DEBUG"] DEBUG = host_settings["DEBUG"]
......
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