Fix stray =
This commit is contained in:
parent
317360d13b
commit
dd45f8c109
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue