bodhi / staging: adjust bodhi staging database to be the correct one.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2c15d84a87
commit
38e1eb3e4e
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ sqlalchemy.url = postgresql://bodhi2:{{ bodhi2Password }}@db-bodhi.phx2.fedorapr
|
|||
{% elif env == 'production' and datacenter == 'iad2' %}
|
||||
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2Password }}@db-bodhi.iad2.fedoraproject.org/bodhi2
|
||||
{% elif env == 'staging' %}
|
||||
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2PasswordSTG }}@pgbdr.stg.phx2.fedoraproject.org/bodhi2
|
||||
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2PasswordSTG }}@db01.stg.iad2.fedoraproject.org/bodhi2
|
||||
{% endif %}
|
||||
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue