Fix end to endif
This commit is contained in:
parent
dd45f8c109
commit
41d2bcc729
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue