feat: update apiBaseUrl for TIS tenant environment configuration
Production CI / validate-and-build (push) Failing after 1m1s

This commit is contained in:
2026-06-15 21:43:55 +03:30
parent d1dd67aee7
commit 1a0c40ecde
+2 -2
View File
@@ -1,8 +1,8 @@
// TIS tenant environment configuration // TIS tenant environment configuration
export const environment = { export const environment = {
production: true, production: true,
// apiBaseUrl: 'https://psp-api.shift-am.ir', apiBaseUrl: 'https://psp-api.shift-am.ir',
apiBaseUrl: 'http://192.168.128.73:5002', // apiBaseUrl: 'http://192.168.128.73:5002',
// apiBaseUrl: 'http://192.168.0.162:5002', // apiBaseUrl: 'http://192.168.0.162:5002',
// apiBaseUrl: 'http://localhost:5002', // apiBaseUrl: 'http://localhost:5002',
host: 'localhost', host: 'localhost',