diff --git a/src/environments/environment-dev-1.ts b/src/environments/environment-dev-1.ts new file mode 100644 index 0000000..0840261 --- /dev/null +++ b/src/environments/environment-dev-1.ts @@ -0,0 +1,6 @@ +export const environment = { + production: true, + apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiDb: '1', + appType: 'client', +}; diff --git a/src/environments/environment-dev-2.ts b/src/environments/environment-dev-2.ts new file mode 100644 index 0000000..0c0ff27 --- /dev/null +++ b/src/environments/environment-dev-2.ts @@ -0,0 +1,6 @@ +export const environment = { + production: true, + apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiDb: '2', + appType: 'client', +}; diff --git a/src/environments/environment-dev-3.ts b/src/environments/environment-dev-3.ts new file mode 100644 index 0000000..c4be4c5 --- /dev/null +++ b/src/environments/environment-dev-3.ts @@ -0,0 +1,6 @@ +export const environment = { + production: true, + apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiDb: '3', + appType: 'client', +}; diff --git a/src/environments/environment-dev-4.ts b/src/environments/environment-dev-4.ts new file mode 100644 index 0000000..cc0705e --- /dev/null +++ b/src/environments/environment-dev-4.ts @@ -0,0 +1,6 @@ +export const environment = { + production: true, + apiUrl: 'https://dev.alphaomegainfosys.com/test-api', + apiDb: '4', + appType: 'client', +};