Files
print-calculator/frontend/src/environments/environment.ts
Joe Küng e5183590c5
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 26s
Build, Test and Deploy / build-and-push (push) Successful in 15s
Build, Test and Deploy / deploy (push) Successful in 3s
feat(back-end): db connections and other stuff
2026-02-10 19:07:37 +01:00

6 lines
147 B
TypeScript

export const environment = {
production: false,
apiUrl: 'http://localhost:8000',
basicAuth: 'fab:0presura' // Format: 'username:password'
};