use db-datanommer here
This commit is contained in:
parent
1c753a3231
commit
b92680eca9
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ DATAGREPPER_CACHE_KWARGS={'arguments': {'url': ['memcached01.phx2.fedoraproject.
|
|||
{% endif %}
|
||||
|
||||
{% if env == "staging" %}
|
||||
SQLALCHEMY_DATABASE_URI='postgresql+psycopg2://{{ datagrepper_app_user }}:{{ datagrepper_app_password }}@db01.stg.phx2.fedoraproject.org:5432/datagrepper'
|
||||
SQLALCHEMY_DATABASE_URI='postgresql+psycopg2://{{ datagrepper_app_user }}:{{ datagrepper_app_password }}@db-datanommer.stg.phx2.fedoraproject.org:5432/datagrepper'
|
||||
{% else %}
|
||||
SQLALCHEMY_DATABASE_URI='postgresql+psycopg2://{{ datagrepper_app_user }}:{{ datagrepper_app_password }}@db01.phx2.fedoraproject.org:5432/datagrepper'
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue