Skip to content

Commit 6087283

Browse files
committed
Add dev settings
1 parent 1972fb0 commit 6087283

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"Logging": {
3+
"LogLevel": {
4+
"Default": "Debug"
5+
}
6+
},
7+
"AppConfig": {
8+
"IngestionEndpoint": "https://ingest-test.westus.kusto.windows.net",
9+
"QueryEndpoint": "https://test.westus.kusto.windows.net",
10+
"DatabaseName": "McpToolTest"
11+
}
12+
}

0 commit comments

Comments
 (0)