update many things
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
// Development environment configuration
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiBaseUrl: 'http://194.59.214.243:5002',
|
||||
// apiBaseUrl: 'http://194.59.214.243:5002',
|
||||
apiBaseUrl: 'http://192.168.128.73:5002',
|
||||
host: 'localhost',
|
||||
port: 5000,
|
||||
port: 5001,
|
||||
enableLogging: false,
|
||||
enableDebug: false,
|
||||
enableNativeBridge: false,
|
||||
|
||||
@@ -1,15 +1,13 @@
|
||||
// Staging environment configuration
|
||||
// Development environment configuration
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiBaseUrl: 'https://staging-api.yourdomain.com',
|
||||
host: 'staging.yourdomain.com',
|
||||
port: 443,
|
||||
enableNativeBridge: false,
|
||||
apiEndpoints: {
|
||||
auth: '/api/auth',
|
||||
users: '/api/users',
|
||||
// Add more endpoints as needed
|
||||
},
|
||||
// apiBaseUrl: 'http://194.59.214.243:5002',
|
||||
apiBaseUrl: 'http://192.168.128.73:5002',
|
||||
// apiBaseUrl: 'http://localhost:5002',
|
||||
// host: 'http://194.59.214.243',
|
||||
host: '0.0.0.0',
|
||||
port: 5005,
|
||||
enableLogging: true,
|
||||
enableDebug: true,
|
||||
enableNativeBridge: false,
|
||||
};
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
// TIS tenant environment configuration
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiBaseUrl: 'http://194.59.214.243:5002',
|
||||
// apiBaseUrl: 'http://194.59.214.243:5002',
|
||||
apiBaseUrl: 'http://192.168.128.73:5002',
|
||||
host: 'localhost',
|
||||
port: 5000,
|
||||
enableLogging: false,
|
||||
|
||||
Reference in New Issue
Block a user