init
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// Development environment configuration
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiBaseUrl: 'http://localhost:3000',
|
||||
apiBaseUrl: 'http://localhost:5002',
|
||||
host: 'localhost',
|
||||
port: 60749,
|
||||
port: 5000,
|
||||
enableLogging: true,
|
||||
enableDebug: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user