Files
ServiceManager/ServiceManager.API/appsettings.json
Yaël Perret b4e977948b first commit
2026-04-02 19:19:12 +02:00

13 lines
294 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=ServiceManager;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}