mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-27 20:09:23 +00:00
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
{
|
|
"enableLogging": true,
|
|
"maxLogDays": 7,
|
|
"maxLogRecords": 10000,
|
|
"useInMemoryDb": false,
|
|
"sqliteDbPath": "querylogs.db",
|
|
"connectionString": "Data Source='{sqliteDbPath}'; Cache=Shared;"
|
|
}
|