Files
managing-apps/src/Managing.Aspire.AppHost/appsettings.json
Oda 3113e5d278 Aspire (#17)
* add aspire

* add healthchecks
2025-04-21 04:21:40 +07:00

10 lines
158 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Aspire.Hosting.Dcp": "Warning"
}
}
}