summaryrefslogtreecommitdiffstats
path: root/roles/paste/templates/config.php
diff options
context:
space:
mode:
authorRicky Elrod <codeblock@fedoraproject.org>2015-06-23 20:29:03 +0000
committerRicky Elrod <codeblock@fedoraproject.org>2015-06-23 20:29:03 +0000
commitfae4a7eba83b37a949d7b73c449a913a24f4c8d4 (patch)
tree0d8b79d1233542b155330d190754c3e5c61dc656 /roles/paste/templates/config.php
parent0c8d31e1fd6e2959d9db60d44b6f02073725e964 (diff)
downloadansible-fae4a7eba83b37a949d7b73c449a913a24f4c8d4.tar.gz
ansible-fae4a7eba83b37a949d7b73c449a913a24f4c8d4.tar.xz
ansible-fae4a7eba83b37a949d7b73c449a913a24f4c8d4.zip
db03.stg now
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
Diffstat (limited to 'roles/paste/templates/config.php')
-rw-r--r--roles/paste/templates/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/paste/templates/config.php b/roles/paste/templates/config.php
index 7d1a269e6..4299d6da9 100644
--- a/roles/paste/templates/config.php
+++ b/roles/paste/templates/config.php
@@ -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 %}