Skip to content

Commit

Permalink
Fix - Correction des urls pour l'app staging
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Nov 3, 2020
1 parent d77e4f1 commit baf10bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/configs/config.staging.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
export const config = {
env: "production",
front: "https://sheaftapprd.z6.web.core.windows.net",
front: "https://rd.app.sheaft.com",
api: "https://sheaft-api-rd.azurewebsites.net",
signalr: "https://sheaft-signalr-rd.azurewebsites.net",
auth: {
url: "https://sheaft-identity-rd.azurewebsites.net",
settings: {
client_id: "37f6e39f-5b99-4943-b906-a033bdf2f1bb",
redirect_uri: "https://sheaftapprd.z6.web.core.windows.net/#/callback",
post_logout_redirect_uri: "https://sheaftapprd.z6.web.core.windows.net",
redirect_uri: "https://rd.app.sheaft.com/#/callback",
post_logout_redirect_uri: "https://rd.app.sheaft.com",
response_type: "code",
scope: "openid profile email crud role offline_access",
authority: "https://sheaft-identity-rd.azurewebsites.net",
silent_redirect_uri: "https://sheaftapprd.z6.web.core.windows.net/#/callback-silent",
silent_redirect_uri: "https://rd.app.sheaft.com/#/callback-silent",
automaticSilentRenew: true,
loadUserInfo: true,
filterProtocolClaims: true,
Expand Down

0 comments on commit baf10bc

Please sign in to comment.