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,