From f2a496134bb5c0544427b0ba7501dc2f54b16edf Mon Sep 17 00:00:00 2001 From: ahasani194 Date: Sat, 30 May 2026 19:09:08 +0330 Subject: [PATCH] update tis env --- 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 914a195..73cd0a5 100644 --- a/src/environments/environment.tis.ts +++ b/src/environments/environment.tis.ts @@ -1,9 +1,9 @@ // TIS tenant environment configuration export const environment = { 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://localhost:5002', + // apiBaseUrl: 'http://localhost:5002', host: 'localhost', port: 5000, enableLogging: false,