Files
LazyBearWorks/LazyBear.MCP/appsettings.json
2026-04-13 15:57:56 +03:00

25 lines
427 B
JSON

{
"Kubernetes": {
"KubeconfigPath": "",
"DefaultNamespace": "default"
},
"Jira": {
"Url": "",
"Token": "",
"Project": ""
},
"Confluence": {
"Url": "",
"Token": "",
"Username": "",
"SpaceKey": ""
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"ModelContextProtocol": "Debug"
}
},
"AllowedHosts": "*"
}