From 68996ed39dfbf71d790d7e2cadf2a613676f33a1 Mon Sep 17 00:00:00 2001 From: ahasani194 Date: Mon, 11 May 2026 18:46:26 +0330 Subject: [PATCH] update --- 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 8718ece..005ef5f 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: 'http://194.59.214.243:5002', - apiBaseUrl: 'http://192.168.128.73:5002', + apiBaseUrl: 'http://194.59.214.243:5002', + // apiBaseUrl: 'http://192.168.128.73:5002', host: 'localhost', port: 5000, enableLogging: false,