diff options
| author | Ricky Elrod <codeblock@fedoraproject.org> | 2015-06-23 20:29:03 +0000 |
|---|---|---|
| committer | Ricky Elrod <codeblock@fedoraproject.org> | 2015-06-23 20:29:03 +0000 |
| commit | fae4a7eba83b37a949d7b73c449a913a24f4c8d4 (patch) | |
| tree | 0d8b79d1233542b155330d190754c3e5c61dc656 /roles/paste/templates/config.php | |
| parent | 0c8d31e1fd6e2959d9db60d44b6f02073725e964 (diff) | |
| download | ansible-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.php | 2 |
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 %} |
