diff --git a/src/environments/environment-dev-1.ts b/src/environments/environment-dev-1.ts index a88defb..2bb9cb8 100644 --- a/src/environments/environment-dev-1.ts +++ b/src/environments/environment-dev-1.ts @@ -1,6 +1,6 @@ export const environment = { production: true, - apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiUrl: 'https://dev.alphaomegainfosys.com/test-api-1', apiDb: '1', appType: 'policy', }; diff --git a/src/environments/environment-dev-2.ts b/src/environments/environment-dev-2.ts index bf4def4..539858d 100644 --- a/src/environments/environment-dev-2.ts +++ b/src/environments/environment-dev-2.ts @@ -1,6 +1,6 @@ export const environment = { production: true, - apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiUrl: 'https://dev.alphaomegainfosys.com/test-api-2', apiDb: '2', appType: 'policy', }; diff --git a/src/environments/environment-dev-3.ts b/src/environments/environment-dev-3.ts index c24e0b6..d553e0b 100644 --- a/src/environments/environment-dev-3.ts +++ b/src/environments/environment-dev-3.ts @@ -1,6 +1,6 @@ export const environment = { production: true, - apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiUrl: 'https://dev.alphaomegainfosys.com/test-api-3', apiDb: '3', appType: 'policy', }; diff --git a/src/environments/environment-dev-4.ts b/src/environments/environment-dev-4.ts index e49b9b8..9d031f5 100644 --- a/src/environments/environment-dev-4.ts +++ b/src/environments/environment-dev-4.ts @@ -1,6 +1,6 @@ export const environment = { production: true, - apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiUrl: 'https://dev.alphaomegainfosys.com/test-api-4', apiDb: '4', appType: 'policy', };