dev #3

Merged
JoeKung merged 34 commits from dev into int 2026-02-05 15:30:05 +01:00
Showing only changes of commit a5ff515fd7 - Show all commits

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'
};