enabling fedmsg on production resultsdb

This commit is contained in:
Tim Flink 2015-12-04 22:46:02 +00:00
parent d6f22a56dd
commit b0736cd244

View file

@ -1,7 +1,7 @@
{%- if deployment_type == 'prod' %}
SECRET_KEY = '{{ prod_resultsdb_secret_key }}'
SQLALCHEMY_DATABASE_URI = 'postgresql+psycopg2://{{ prod_resultsdb_db_user }}:{{ prod_resultsdb_db_password }}@{{ resultsdb_db_host }}:{{ resultsdb_db_port }}/{{ resultsdb_db_name }}'
FEDMSG_PUBLISH = False
FEDMSG_PUBLISH = True
{% endif %}
{%- if deployment_type == 'stg' %}
SECRET_KEY = '{{ stg_resultsdb_secret_key }}'