Fix template

This commit is contained in:
Kevin Fenzi 2014-03-02 19:37:53 +00:00
parent 2996177350
commit e78f2428bd

View file

@ -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";