2026-04-27 21:53:11 +03:30
|
|
|
// TIS tenant environment configuration
|
|
|
|
|
export const environment = {
|
|
|
|
|
production: true,
|
2026-05-11 18:46:26 +03:30
|
|
|
apiBaseUrl: 'http://194.59.214.243:5002',
|
|
|
|
|
// apiBaseUrl: 'http://192.168.128.73:5002',
|
2026-04-27 21:53:11 +03:30
|
|
|
host: 'localhost',
|
|
|
|
|
port: 5000,
|
|
|
|
|
enableLogging: false,
|
|
|
|
|
enableDebug: false,
|
|
|
|
|
enableNativeBridge: true,
|
|
|
|
|
};
|