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

13 lines
335 B
TypeScript
Raw Normal View History

// TIS tenant environment configuration
export const environment = {
production: true,
2026-05-31 10:34:43 +03:30
// apiBaseUrl: 'https://psp-api.shift-am.ir',
apiBaseUrl: 'http://192.168.128.73:5002',
// apiBaseUrl: 'http://localhost:5002',
host: 'localhost',
port: 5000,
enableLogging: false,
enableDebug: false,
enableNativeBridge: true,
};