-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.Staging.yaml
More file actions
58 lines (55 loc) · 1.34 KB
/
appsettings.Staging.yaml
File metadata and controls
58 lines (55 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Logging:
LogLevel:
Default: Information
Microsoft.AspNetCore: Warning
Serilog:
MinimumLevel:
Default: Information
Override:
Microsoft.AspNetCore: Warning
McpServer.Support.Mcp.Logging: Verbose
VoiceConversation:
DefaultExecutionStrategy: copilot-cli
ModelApiKeyEnvironmentVariableName: OPENAI_API_KEY
Mcp:
Port: 7147
DataSource: mcp.db
DataDirectory: "."
RepoRoot: "."
TodoFilePath: docs/Project/TODO.yaml
TodoStorage:
Provider: sqlite
SqliteDataSource: mcp.db
Workspaces:
- WorkspacePath: E:\github\McpServer
Name: McpServer
TodoPath: docs/Project/TODO.yaml
DateTimeCreated: "2026-02-21T00:00:00+00:00"
DateTimeModified: "2026-02-23T00:00:00+00:00"
Instances:
default:
Port: 7147
DataSource: mcp.db
DataDirectory: "."
RepoRoot: "."
TodoFilePath: docs/Project/TODO.yaml
TodoStorage:
Provider: sqlite
SqliteDataSource: mcp.db
alt-local:
Port: 7157
DataSource: mcp-alt.db
DataDirectory: "."
RepoRoot: docs
TodoFilePath: docs/Project/TODO.yaml
TodoStorage:
Provider: sqlite
SqliteDataSource: mcp-alt.db
InteractionLogging:
LoggingServiceUrl: ""
QueueCapacity: 1000
IncludeQueryString: false
Parseable:
Enabled: false
Url: ''
StreamName: mcp