db03.stg now

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2015-06-23 20:29:03 +00:00
parent 0c8d31e1fd
commit fae4a7eba8

View file

@ -7,7 +7,7 @@
/// Unless you are absolutely sure what you're doing ;-)
{% if env == "staging" %}
$db_host = "db02.stg";
$db_host = "db03.stg";
{% else %}
$db_host = "db-paste";
{% endif %}