feat(web): add auth for dev enviroment
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 12s
Build, Test and Deploy / build-and-push (push) Successful in 21s
Build, Test and Deploy / deploy (push) Successful in 4s

This commit is contained in:
2026-02-02 18:48:06 +01:00
parent 6952090865
commit a5ff515fd7

View File

@@ -1,5 +1,5 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:8000',
basicAuth: '' // Format: 'username:password'
apiUrl: 'https://dev.3d-fab.ch',
basicAuth: 'fab:0presura' // Format: 'username:password'
};