Files
LazyBearWorks/LazyBear.MCP/appsettings.json

15 lines
264 B
JSON

{
"Kubernetes": {
"KubeconfigPath": "",
"DefaultNamespace": "default"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"ModelContextProtocol": "Debug"
}
},
"AllowedHosts": "*"
}