Files
healthr/HealtRegistry/appsettings.Development.json
2024-01-23 17:50:29 +01:00

15 lines
217 B
JSON

{
"Services": {
"test": {
"DefaultValue": false,
"Timeout": "00:00:30"
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}