11 lines
245 B
TypeScript
11 lines
245 B
TypeScript
|
|
// TIS tenant environment configuration
|
||
|
|
export const environment = {
|
||
|
|
production: true,
|
||
|
|
apiBaseUrl: 'http://194.59.214.243:5002',
|
||
|
|
host: 'localhost',
|
||
|
|
port: 5000,
|
||
|
|
enableLogging: false,
|
||
|
|
enableDebug: false,
|
||
|
|
enableNativeBridge: true,
|
||
|
|
};
|