forked from julianperrott/WowClassicGrindBot
-
-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathappsettings.json
More file actions
38 lines (38 loc) · 792 Bytes
/
appsettings.json
File metadata and controls
38 lines (38 loc) · 792 Bytes
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
{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Game.WowProcessInput": "Warning",
"Core.ConfigurableInput": "Warning",
"BlazorServer.MdnsAdvertisingService": "Information"
}
}
},
"AllowedHosts": "*",
"Pathing": {
"Mode": "RemoteV3", //Local - RemoteV1 - RemoteV3
"hostv1": "localhost",
"portv1": 5001,
"hostv3": "127.0.0.1",
"portv3": 47111
},
"Process": {
"Id": -1
},
"Reader": {
"Type": "DXGI",
"UseGpu": false
},
"Diagnostics": {
"Enabled": false
},
"Overlay": {
"Enabled": false,
"ShowTargeting": false,
"ShowSkinning": false,
"ShowTargetVsAdd": false
}
}