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
|
/// Please DO NOT modify manually
|
||||||
/// Unless you are absolutely sure what you're doing ;-)
|
/// Unless you are absolutely sure what you're doing ;-)
|
||||||
|
|
||||||
{% if environment == "staging" %}
|
{% if env == "staging" %}
|
||||||
$db_host = "db02.stg";
|
$db_host = "db02.stg";
|
||||||
{% else %}
|
{% else %}
|
||||||
$db_host = "db-paste";
|
$db_host = "db-paste";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue