feat(web): add auth for dev enviroment

This commit is contained in:
2026-02-02 18:45:22 +01:00
parent 10e1fb49f4
commit 6952090865
3 changed files with 12 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:8000'
apiUrl: 'http://localhost:8000',
basicAuth: '' // Format: 'username:password'
};