Enable proxy tool
This commit is contained in:
parent
0af2d897f0
commit
55b6f0c48d
1 changed files with 8 additions and 0 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue