Files
psp_panel/src/environments/environment.tis.ts
T

12 lines
292 B
TypeScript
Raw Normal View History

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