feat: add DCB User Service API - Authentication system with KEYCLOAK - Modular architecture with services for each feature
This commit is contained in:
parent
f38056fc3f
commit
754244345a
@ -2,7 +2,7 @@ export const environment = {
|
||||
production: true,
|
||||
localServiceTestApiUrl: "https://backoffice.dcb.pixpay.sn/api/v1",
|
||||
iamApiUrl: "https://api-user-service.dcb.pixpay.sn/api/v1",
|
||||
configApiUrl: 'https://api-merchant-config-service.dcb.pixpay.sn/api/v1',
|
||||
apiCoreUrl: 'https://api-core-service.dcb.pixpay.sn/api/v1',
|
||||
reportingApiUrl: 'https://api-reporting-service.dcb.pixpay.sn/api/v1/',
|
||||
configApiUrl: "https://api-merchant-config-service.dcb.pixpay.sn/api/v1",
|
||||
apiCoreUrl: "https://api-core-service.dcb.pixpay.sn/api/v1",
|
||||
reportingApiUrl: "https://api-reporting-service.dcb.pixpay.sn/api/v1/",
|
||||
};
|
||||
|
||||
@ -2,7 +2,7 @@ export const environment = {
|
||||
production: true,
|
||||
localServiceTestApiUrl: "https://backoffice.dcb.pixpay.sn/api/v1",
|
||||
iamApiUrl: "https://api-user-service.dcb.pixpay.sn/api/v1",
|
||||
configApiUrl: 'https://api-merchant-config-service.dcb.pixpay.sn/api/v1',
|
||||
apiCoreUrl: 'https://api-core-service.dcb.pixpay.sn/api/v1',
|
||||
reportingApiUrl: 'https://api-reporting-service.dcb.pixpay.sn/api/v1/',
|
||||
configApiUrl: "https://api-merchant-config-service.dcb.pixpay.sn/api/v1",
|
||||
apiCoreUrl: "https://api-core-service.dcb.pixpay.sn/api/v1",
|
||||
reportingApiUrl: "https://api-reporting-service.dcb.pixpay.sn/api/v1/",
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user