Files
DnsServer/Apps/QueryLogsSqliteApp/dnsApp.config

10 lines
228 B
Plaintext

{
"enableLogging": true,
"maxQueueSize": 200000,
"maxLogDays": 7,
"maxLogRecords": 10000,
"useInMemoryDb": false,
"sqliteDbPath": "querylogs.db",
"connectionString": "Data Source='{sqliteDbPath}'; Cache=Shared;"
}