enabling fedmsg on production resultsdb
This commit is contained in:
parent
d6f22a56dd
commit
b0736cd244
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{%- if deployment_type == 'prod' %}
|
{%- if deployment_type == 'prod' %}
|
||||||
SECRET_KEY = '{{ prod_resultsdb_secret_key }}'
|
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 }}'
|
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 %}
|
{% endif %}
|
||||||
{%- if deployment_type == 'stg' %}
|
{%- if deployment_type == 'stg' %}
|
||||||
SECRET_KEY = '{{ stg_resultsdb_secret_key }}'
|
SECRET_KEY = '{{ stg_resultsdb_secret_key }}'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue