2026-04-27 21:53:11 +03:30
|
|
|
// TIS tenant environment configuration
|
|
|
|
|
export const environment = {
|
|
|
|
|
production: true,
|
2026-05-17 12:04:11 +03:30
|
|
|
// apiBaseUrl: 'https://psp-api.shift-am.ir',
|
|
|
|
|
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,
|
|
|
|
|
};
|