fix: update apiBaseUrl to use secure HTTPS for production and TIS environments
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// Development environment configuration
|
// Development environment configuration
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiBaseUrl: 'http://194.59.214.243:5002',
|
apiBaseUrl: 'https://psp-api.shift-am.ir:5002',
|
||||||
// apiBaseUrl: 'http://192.168.128.73:5002',
|
// apiBaseUrl: 'http://192.168.128.73:5002',
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
port: 5001,
|
port: 5001,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
// TIS tenant environment configuration
|
// TIS tenant environment configuration
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: true,
|
production: true,
|
||||||
apiBaseUrl: 'http://194.59.214.243:5002',
|
apiBaseUrl: 'https://psp-api.shift-am.ir:5002',
|
||||||
// apiBaseUrl: 'http://192.168.128.73:5002',
|
// apiBaseUrl: 'http://192.168.128.73:5002',
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
port: 5000,
|
port: 5000,
|
||||||
|
|||||||
Reference in New Issue
Block a user