Updated open-shift environment file

This commit is contained in:
Erik Tiekstra
2021-08-03 13:50:21 +02:00
parent 4fc23530ef
commit 76fbab94b1

View File

@@ -4,7 +4,7 @@ export const environment = {
loginUrl: 'https://ciam-test.arbetsformedlingen.se:8443/uas/oauth2/authorization?response_type=code&scope=openid', loginUrl: 'https://ciam-test.arbetsformedlingen.se:8443/uas/oauth2/authorization?response_type=code&scope=openid',
production: false, production: false,
api: { api: {
url: 'https://mina-sidor-fa-test-api.tocp.arbetsformedlingen.se/api', url: '/api',
headers: {}, headers: {},
}, },
}; };