Point staging koji hub back to db-koji01.stg

This commit is contained in:
Mikolaj Izdebski 2018-03-03 03:22:00 +00:00
parent fa7975df4b
commit 117070e183

View file

@ -5,7 +5,7 @@ DBName = koji
DBUser = koji DBUser = koji
{% if inventory_hostname.startswith('koji') %} {% if inventory_hostname.startswith('koji') %}
{% if env == "staging" %} {% if env == "staging" %}
DBHost = db-koji02 DBHost = db-koji01
{% else %} {% else %}
DBHost = db-koji01 DBHost = db-koji01
{% endif %} {% endif %}