From e78f2428bd2bfaca504ef51c367152e9d1d137ee Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 2 Mar 2014 19:37:53 +0000 Subject: [PATCH] Fix template --- roles/paste/templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/paste/templates/config.php b/roles/paste/templates/config.php index 775eef0eeb..6260a35a27 100644 --- a/roles/paste/templates/config.php +++ b/roles/paste/templates/config.php @@ -6,7 +6,7 @@ /// Please DO NOT modify manually /// Unless you are absolutely sure what you're doing ;-) -{% if environment == "staging" %} +{% if env == "staging" %} $db_host = "db02.stg"; {% else %} $db_host = "db-paste";