{ "Serilog": { "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ], "WriteTo": [ { "Name": "Console" }, { "Name": "File", "Args": { "path": "logs/otopcua-.log", "rollingInterval": "Day" } } ] }, "Security": { "Auth": { "DisableLogin": false } }, "AlarmHistorian": { "Enabled": false, "DatabasePath": "alarm-historian.db", "Host": "localhost", "Port": 32569, "UseTls": false, "ServerCertThumbprint": null, "SharedSecret": "", "DrainIntervalSeconds": 5, "Capacity": 1000000, "DeadLetterRetentionDays": 30 }, "ServerHistorian": { "Enabled": false, "Host": "localhost", "Port": 32569, "UseTls": false, "ServerCertThumbprint": null, "SharedSecret": "" } }