feat(web): add auth for dev enviroment
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiUrl: 'http://localhost:8000'
|
||||
apiUrl: 'http://localhost:8000',
|
||||
basicAuth: '' // Format: 'username:password'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user