produzione 1 #9

Merged
JoeKung merged 135 commits from dev into main 2026-03-03 09:58:04 +01:00
Showing only changes of commit a5ff515fd7 - Show all commits

View File

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