refactor(project): Renamed all instances of dafa to msfa or mina-sidor-fa. (TV-379)
Squashed commit of the following: commit d3f52ff6876f6e246c7d3c188e56cc2370289341 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Aug 17 14:10:38 2021 +0200 Renamed all dafa instances to msfa
This commit is contained in:
14
apps/mina-sidor-fa/src/environments/environment.api.ts
Normal file
14
apps/mina-sidor-fa/src/environments/environment.api.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Environment } from '@msfa-models/environment.model';
|
||||
|
||||
export const environment: Environment = {
|
||||
environment: 'api',
|
||||
clientId: '5d08c2e4-763e-42f6-b858-24e4773bb83d',
|
||||
loginUrl: 'https://ciam-test.arbetsformedlingen.se:8443/uas/oauth2/authorization?response_type=code&scope=openid',
|
||||
production: false,
|
||||
api: {
|
||||
url: '/api',
|
||||
headers: {
|
||||
orgnr: '5568301337', // Until we have an organisation-selector
|
||||
},
|
||||
},
|
||||
};
|
||||
12
apps/mina-sidor-fa/src/environments/environment.prod.ts
Normal file
12
apps/mina-sidor-fa/src/environments/environment.prod.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Environment } from '@msfa-models/environment.model';
|
||||
|
||||
export const environment: Environment = {
|
||||
environment: 'prod',
|
||||
clientId: '',
|
||||
loginUrl: 'https://ciam.arbetsformedlingen.se/',
|
||||
production: true,
|
||||
api: {
|
||||
url: '/api',
|
||||
headers: {},
|
||||
},
|
||||
};
|
||||
12
apps/mina-sidor-fa/src/environments/environment.ts
Normal file
12
apps/mina-sidor-fa/src/environments/environment.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Environment } from '@msfa-models/environment.model';
|
||||
|
||||
export const environment: Environment = {
|
||||
environment: 'local',
|
||||
clientId: '',
|
||||
loginUrl: '/mock-login',
|
||||
production: false,
|
||||
api: {
|
||||
url: '/api',
|
||||
headers: {},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user