create license management
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
// Production environment configuration
|
||||
// Development environment configuration
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiBaseUrl: 'https://api.yourdomain.com',
|
||||
host: 'yourdomain.com',
|
||||
port: 443,
|
||||
apiEndpoints: {
|
||||
auth: '/api/auth',
|
||||
users: '/api/users',
|
||||
// Add more endpoints as needed
|
||||
},
|
||||
production: false,
|
||||
apiBaseUrl: 'http://194.59.214.243:5002',
|
||||
host: 'localhost',
|
||||
port: 5000,
|
||||
enableLogging: false,
|
||||
enableDebug: false,
|
||||
};
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
// Development environment configuration
|
||||
export const environment = {
|
||||
production: false,
|
||||
// apiBaseUrl: 'http://194.59.214.243:5002',
|
||||
apiBaseUrl: 'http://localhost:5002',
|
||||
host: 'localhost',
|
||||
port: 5000,
|
||||
|
||||
Reference in New Issue
Block a user