From 1a0c40ecde7c55895ffdb244ad8f1dca5a3d7513 Mon Sep 17 00:00:00 2001 From: ahasani194 Date: Mon, 15 Jun 2026 21:43:55 +0330 Subject: [PATCH] feat: update apiBaseUrl for TIS tenant environment configuration --- src/environments/environment.sepehr.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.sepehr.ts b/src/environments/environment.sepehr.ts index c5789ad..0ce759b 100644 --- a/src/environments/environment.sepehr.ts +++ b/src/environments/environment.sepehr.ts @@ -1,8 +1,8 @@ // TIS tenant environment configuration export const environment = { production: true, - // apiBaseUrl: 'https://psp-api.shift-am.ir', - apiBaseUrl: 'http://192.168.128.73:5002', + apiBaseUrl: 'https://psp-api.shift-am.ir', + // apiBaseUrl: 'http://192.168.128.73:5002', // apiBaseUrl: 'http://192.168.0.162:5002', // apiBaseUrl: 'http://localhost:5002', host: 'localhost',