w4c-workflows-api/appsettings.Development.json

12 lines
183 B
JSON
Raw Normal View History

2026-09-11 12:06:06 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Workflows": {
"ChatApiUrl": "http://localhost:5258"
}
}