From 3f75d82295784e0b4cd3044eb55162ea78853a3f Mon Sep 17 00:00:00 2001 From: ahasani194 Date: Sat, 16 May 2026 14:51:34 +0330 Subject: [PATCH] update tis --- src/environments/environment.tis.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.tis.ts b/src/environments/environment.tis.ts index 8873f90..0ac90f5 100644 --- a/src/environments/environment.tis.ts +++ b/src/environments/environment.tis.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', host: 'localhost', port: 5000, enableLogging: false,