s/fedoauth/ipsilon/
This commit is contained in:
parent
86338b0703
commit
1ecbcd856e
2 changed files with 6 additions and 6 deletions
|
@ -17,20 +17,20 @@ global enabled=persona,openid
|
|||
{% if env == 'staging' %}
|
||||
persona allowed domains=stg.fedoraproject.org
|
||||
persona issuer domain=id.stg.fedoraproject.org
|
||||
persona idp key file=/etc/fedoauth/persona.stg.key
|
||||
persona idp key file=/etc/ipsilon/persona.stg.key
|
||||
{% else %}
|
||||
persona allowed domains=fedoraproject.org
|
||||
persona issuer domain=id.fedoraproject.org
|
||||
persona idp key file=/etc/fedoauth/persona.key
|
||||
persona idp key file=/etc/ipsilon/persona.key
|
||||
{% endif %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
openid database url="postgresql://{{ fedoauth_db_user }}:{{ fedoauth_db_pass }}@{{ fedoauth_db_host }}.stg/{{ fedoauth_db_name }}"
|
||||
openid database url="postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}.stg/{{ ipsilon_db_name }}"
|
||||
openid endpoint url=https://id.stg.fedoraproject.org/openid/
|
||||
openid identity url template=http://localhost/openid/id/%(username)s/
|
||||
openid trusted roots=
|
||||
{% else %}
|
||||
openid database url="postgresql://{{ fedoauth_db_user }}:{{ fedoauth_db_pass }}@{{ fedoauth_db_host }}/{{ fedoauth_db_name }}"
|
||||
openid database url="postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_name }}"
|
||||
openid endpoint url=https://id.fedoraproject.org/openid/
|
||||
openid identity url template=http://%(username)s.id.fedoraproject.org/
|
||||
openid trusted roots=http://jenkins.cloud.fedoraproject.org/securityRealm/finishLogin,https://ask.fedoraproject.org/,https://fedorahosted.org/,https://badges.fedoraproject.org,https://apps.fedoraproject.org/tagger/,https://apps.fedoraproject.org/nuancier/,https://apps.fedoraproject.org/datagrepper/,https://apps.fedoraproject.org/calendar/,http://apps.fedoraproject.org/notifications/,http://copr.fedoraproject.org/,http://copr-fe.cloud.fedoraproject.org/,https://admin.fedoraproject.org/pkgdb/,https://admin.fedoraproject.org/voting/,https://apps.fedoraproject.org/github2fedmsg,https://admin.fedoraproject.org,https://apps.fedoraproject.org/,https://release-monitoring.org/
|
||||
|
|
|
@ -9,9 +9,9 @@ base.dir = "/usr/share/ipsilon"
|
|||
admin.config.db = "configfile:///etc/ipsilon/configuration.cfg"
|
||||
user.prefs.db = "configfile:///etc/ipsilon/configuration.cfg"
|
||||
{% if env == 'staging' %}
|
||||
transactions.db = "postgresql://{{ fedoauth_db_user }}:{{ fedoauth_db_pass }}@{{ fedoauth_db_host }}.stg/{{ fedoauth_db_name }}"
|
||||
transactions.db = "postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}.stg/{{ ipsilon_db_name }}"
|
||||
{% else %}
|
||||
transactions.db = "postgresql://{{ fedoauth_db_user }}:{{ fedoauth_db_pass }}@{{ fedoauth_db_host }}/{{ fedoauth_db_name }}"
|
||||
transactions.db = "postgresql://{{ ipsilon_db_user }}:{{ ipsilon_db_pass }}@{{ ipsilon_db_host }}/{{ ipsilon_db_name }}"
|
||||
{% endif %}
|
||||
|
||||
tools.sessions.on = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue