Fix end to endif

This commit is contained in:
Kevin Fenzi 2014-05-21 17:07:59 +00:00
parent dd45f8c109
commit 41d2bcc729

View file

@ -19,7 +19,7 @@
sqlobject.dburi="notrans_postgres://mirroradmin:{{ mirrorPassword }}@db-mirrormanager.stg:5432/mirrormanager"
{% else %}
sqlobject.dburi="notrans_postgres://mirroradmin:{{ mirrorPassword }}@db-mirrormanager:5432/mirrormanager"
{% end %}
{% endif %}
# if you are using a database or table type without transactions
# (MySQL default, for example), you should turn off transactions
@ -101,7 +101,7 @@ base_url_filter.on = True
base_url_filter.base_url = "https://admin.stg.fedoraproject.org"
{% else %}
base_url_filter.base_url = "https://admin.fedoraproject.org"
{% end %}
{% endif %}
base_url_filter.use_x_forwarded_host = False
[/xmlrpc]