diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index ffd8250..f08ed25 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -1,7 +1,7 @@ // Development environment configuration export const environment = { production: false, - apiBaseUrl: 'http://194.59.214.243:5002', + apiBaseUrl: 'https://psp-api.shift-am.ir:5002', // apiBaseUrl: 'http://192.168.128.73:5002', host: 'localhost', port: 5001, diff --git a/src/environments/environment.tis.ts b/src/environments/environment.tis.ts index 005ef5f..3bae07f 100644 --- a/src/environments/environment.tis.ts +++ b/src/environments/environment.tis.ts @@ -1,7 +1,7 @@ // TIS tenant environment configuration export const environment = { production: true, - apiBaseUrl: 'http://194.59.214.243:5002', + apiBaseUrl: 'https://psp-api.shift-am.ir:5002', // apiBaseUrl: 'http://192.168.128.73:5002', host: 'localhost', port: 5000,