We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed48c0 commit 1cfec4fCopy full SHA for 1cfec4f
1 file changed
src/backend/Sudoku.McpServer/appsettings.json
@@ -1,12 +1,12 @@
1
{
2
- "Logging": {
3
- "LogLevel": {
4
- "Default": "Information",
5
- "Microsoft.AspNetCore": "Warning"
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
6
+ }
7
+ },
8
+ "AllowedHosts": "*",
9
+ "AppInsights": {
10
+ "WorkspaceId": "6b7720e4-232a-4832-a9d5-5e1bfca0b544"
11
}
- },
- "AllowedHosts": "*",
- "AppInsights": {
- "WorkspaceId": ""
- }
12
0 commit comments