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

12 lines
293 B
TypeScript

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