UNPKG

consumerportal

Version:

mydna Custimised for you

8 lines 550 B
var webApiBaseUrl = location.protocol + "//api-dev.mydna.life/ConsumerPortalApi/"; var feedApiUrl = location.protocol + "//news-staging.mydna.life/feed/mydna"; var consoleArr = ['error','debug','info']; var OAuthTokenEndPoint = "https://dev.mydna.life:44300/core/connect/token"; var OAuthTokenVerificationEndPoint = "https://dev.mydna.life:44300/core/connect/accesstokenvalidation"; var OAuthClientId = "consumer-portal-dev"; var OAuthScope = "openid email role ConsumerPortalApi profile"; var OAuthSecret = "a891c00b06c849559c103444c5a98883";