Fix stray =

This commit is contained in:
Kevin Fenzi 2014-05-21 17:05:13 +00:00
parent 317360d13b
commit dd45f8c109

View file

@ -16,9 +16,9 @@
# This is for local development purposes. It won't be used for
# production.
{% if env == "staging" %}
sqlobject.dburi="notrans_postgres://mirroradmin:{{= mirrorPassword }}@db-mirrormanager.stg:5432/mirrormanager"
sqlobject.dburi="notrans_postgres://mirroradmin:{{ mirrorPassword }}@db-mirrormanager.stg:5432/mirrormanager"
{% else %}
sqlobject.dburi="notrans_postgres://mirroradmin:{{= mirrorPassword }}@db-mirrormanager:5432/mirrormanager"
sqlobject.dburi="notrans_postgres://mirroradmin:{{ mirrorPassword }}@db-mirrormanager:5432/mirrormanager"
{% end %}
# if you are using a database or table type without transactions