-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
33 lines (33 loc) · 968 Bytes
/
config.json
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
{
"Server": {
"Address": "127.0.0.1",
"Port": 2237
},
"Palette": {
"ReceptionReportBackgroundColors": [ "#114397", "#453f99", "#653897", "#812e91", "#991f87", "#ae027a", "#be006a", "#cb0058", "#d30044", "#d7002e" ],
"ReceptionReportForegroundColor": "#ffff00",
"ContactedBackgroundColor": "#000000",
"ContactedForegroundColor": "#ffff00",
"HighlightCallsignsPeriodSeconds": 5
},
"PskReporter": {
"ReportWindowSeconds": -900,
"ReportRetrievalPeriodSeconds": 300
},
"LoggedQsos": {
"LogFilePath": "searchlight-qso.log",
"QsoManagerBehavior": "OncePerBand"
},
"Serilog": {
"MinimumLevel": "Information",
"WriteTo": [
{
"Name": "Console",
"Args": {
"theme": "Serilog.Sinks.SystemConsole.Themes.AnsiConsoleTheme::Code, Serilog.Sinks.Console",
"outputTemplate": "[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj} {NewLine}{Exception}"
}
}
]
}
}