feat(back-end and front-end): back-office
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export const environment = {
|
||||
production: true,
|
||||
apiUrl: '',
|
||||
basicAuth: ''
|
||||
apiUrl: ''
|
||||
};
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://localhost:8000',
|
||||
basicAuth: 'fab:0presura' // Format: 'username:password'
|
||||
apiUrl: 'http://localhost:8000'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user