ui migration to Sophie Design

This commit is contained in:
simon louvet 2018-11-16 12:17:39 +01:00
parent 6851028485
commit 2ae3f84adf
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
- var sdn = process.env.SDN || 'http://127.0.0.1:8000'
- var cdn = process.env.CDN || 'https://cdn.happy-dev.fr'
- var xmpp = 'https://jabber.happy-dev.fr/http-bind/'
- var xmpp = 'https://jabber.happy-dev.fr/http-bind/'
- var client_id= = 863031

View File

@ -7,7 +7,7 @@ script(src="/lib/oidc-client.js")
script(
src="/lib/sib-oidc/sib-oidc.js"
data-authority=`${sdn}/openid/`,
data-client_id='863031',
data-client_id='${client_id}',
data-response_type='id_token token',
data-scope='openid profile email',
data-automaticSilentRenew='true',