iad2: adjust datagrepper app db as well
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e76a28e218
commit
92221f47d8
1 changed files with 3 additions and 1 deletions
|
@ -22,8 +22,10 @@ DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached01.phx2.fedoraproject.
|
|||
|
||||
{% if env == "staging" %}
|
||||
SQLALCHEMY_DATABASE_URI='postgresql+psycopg2://{{ datagrepper_app_user }}:{{ datagrepper_app_password }}@db-datanommer.stg.phx2.fedoraproject.org:5432/datagrepper'
|
||||
{% else %}
|
||||
{% elif datacenter == 'phx2' %}
|
||||
SQLALCHEMY_DATABASE_URI='postgresql+psycopg2://{{ datagrepper_app_user }}:{{ datagrepper_app_password }}@db01.phx2.fedoraproject.org:5432/datagrepper'
|
||||
{% elif datacenter == 'iad2' %}
|
||||
SQLALCHEMY_DATABASE_URI='postgresql+psycopg2://{{ datagrepper_app_user }}:{{ datagrepper_app_password }}@db01.iad2.fedoraproject.org:5432/datagrepper'
|
||||
{% endif %}
|
||||
|
||||
{% if env == "staging" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue