db switcher updates
This commit is contained in:
parent
ed2761d90a
commit
2fa8ce079c
6
src/environments/environment-dev-1.ts
Normal file
6
src/environments/environment-dev-1.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://dev.alphaomegainfosys.com/test-api',
|
||||
apiDb: '1',
|
||||
appType: 'client',
|
||||
};
|
||||
6
src/environments/environment-dev-2.ts
Normal file
6
src/environments/environment-dev-2.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://dev.alphaomegainfosys.com/test-api',
|
||||
apiDb: '2',
|
||||
appType: 'client',
|
||||
};
|
||||
6
src/environments/environment-dev-3.ts
Normal file
6
src/environments/environment-dev-3.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://dev.alphaomegainfosys.com/test-api',
|
||||
apiDb: '3',
|
||||
appType: 'client',
|
||||
};
|
||||
6
src/environments/environment-dev-4.ts
Normal file
6
src/environments/environment-dev-4.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: 'https://dev.alphaomegainfosys.com/test-api',
|
||||
apiDb: '4',
|
||||
appType: 'client',
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user