Update Ipsilon config slightly
This commit is contained in:
parent
6b785e3722
commit
d28b1bdac0
2 changed files with 2 additions and 3 deletions
|
@ -26,7 +26,7 @@ persona idp key file=/etc/ipsilon/persona.key
|
|||
|
||||
{% if env == 'staging' %}
|
||||
openid endpoint url=https://id.stg.fedoraproject.org/openid/
|
||||
openid identity url template=http://localhost/openid/id/%(username)s/
|
||||
openid identity url template=http://%(username)s.id.stg.fedoraproject.org/
|
||||
openid trusted roots=
|
||||
{% else %}
|
||||
openid endpoint url=https://id.fedoraproject.org/openid/
|
||||
|
|
|
@ -4,10 +4,9 @@ tools.log_request_response.on = False
|
|||
template_dir = "/usr/share/ipsilon/templates"
|
||||
|
||||
log.screen = False
|
||||
base.mount = ""
|
||||
base.dir = "/usr/share/ipsilon"
|
||||
admin.config.db = "configfile:///etc/ipsilon/configuration.conf"
|
||||
user.prefs.db = "configfile:///etc/ipsilon/configuration.conf"
|
||||
user.prefs.db = "postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_name }}"
|
||||
transactions.db = "postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_name }}"
|
||||
|
||||
tools.sessions.on = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue