Set session key for PDC.

This commit is contained in:
Ralph Bean 2018-03-13 15:25:55 +00:00
parent 440f270f4b
commit 53c3ca1269

View file

@ -69,6 +69,12 @@ import os.path
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
{% if env == 'staging' %}
SECRET_KEY = '{{ pdc_secret_key_stg }}'
{% else %}
SECRET_KEY = '{{ pdc_secret_key_prod }}'
{% endif %}
DEBUG = False
# NOTE: this is needed when DEGUB is False.