Enable proxy tool

This commit is contained in:
Patrick Uiterwijk 2015-09-30 11:13:15 +00:00
parent 0af2d897f0
commit 55b6f0c48d

View file

@ -16,3 +16,11 @@ tools.sessions.storage_dburi = "postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db
tools.sessions.timeout = 60
tools.sessions.httponly = True
tools.sessions.secure = True
tools.proxy.on = True
{% if env == 'staging' %}
tools.proxy.base = "https://id.stg.fedoraproject.org"
{% else %}
tools.proxy.base = "https://id.fedoraproject.org"
{% endif %}