feat: add DCB User Service API - Authentication system with KEYCLOAK - Modular architecture with services for each feature

This commit is contained in:
diallolatoile 2025-12-15 14:04:24 +00:00
parent a3deab2a32
commit b81710fa59

View File

@ -77,13 +77,13 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "8MB", "maximumWarning": "10MB",
"maximumError": "8MB" "maximumError": "10MB"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "4kB", "maximumWarning": "4kB",
"maximumError": "8MB" "maximumError": "10MB"
} }
], ],
"outputHashing": "all", "outputHashing": "all",
@ -99,8 +99,8 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "8MB", "maximumWarning": "10MB",
"maximumError": "8MB" "maximumError": "10MB"
} }
], ],
"outputHashing": "all", "outputHashing": "all",