11 lines
340 B
TypeScript
11 lines
340 B
TypeScript
export const environment = {
|
|
production: false,
|
|
api: {
|
|
meet: 'https://dafa-utv.tocp.arbetsformedlingen.se/prweb/api/meettest/v1',
|
|
default: 'https://dafa-utv.tocp.arbetsformedlingen.se/prweb/api/v1/data',
|
|
headers: {
|
|
Authorization: 'Basic dGVzdHVzZXIxOmRhZmFAMTIz', // user: testuser1, password: dafa@123
|
|
},
|
|
},
|
|
};
|