It is env not environment

This commit is contained in:
Kushal Das 2017-07-27 14:18:31 +00:00
parent 6b46610d75
commit bd14419b63

View file

@ -1,5 +1,5 @@
[darkserver]
{% if environment == "staging" %}
{% if env == "staging" %}
host=db01.stg.phx2.fedoraproject.org
password={{ darkserver_stg_writer_password }}
{% else %}