mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-14 12:46:39 +00:00
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
{
|
|
"enableLogging": true,
|
|
"maxQueueSize": 200000,
|
|
"maxLogDays": 7,
|
|
"maxLogRecords": 10000,
|
|
"useInMemoryDb": false,
|
|
"sqliteDbPath": "querylogs.db",
|
|
"connectionString": "Data Source='{sqliteDbPath}'; Cache=Shared;"
|
|
}
|