Fix template
This commit is contained in:
parent
2996177350
commit
e78f2428bd
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue