It is env not environment
This commit is contained in:
parent
6b46610d75
commit
bd14419b63
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[darkserver]
|
[darkserver]
|
||||||
{% if environment == "staging" %}
|
{% if env == "staging" %}
|
||||||
host=db01.stg.phx2.fedoraproject.org
|
host=db01.stg.phx2.fedoraproject.org
|
||||||
password={{ darkserver_stg_writer_password }}
|
password={{ darkserver_stg_writer_password }}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue