w4c-workflows-api/appsettings.Development.json
Vitali sharp8n 9d601791ae fix
2026-09-11 15:06:06 +03:00

12 lines
183 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Workflows": {
"ChatApiUrl": "http://localhost:5258"
}
}