1
0
mirror of https://github.com/akpaevj/OneSTools.TechLog.git synced 2024-11-24 08:02:22 +02:00
OneSTools.TechLog/OneSTools.TechLog.Exporter/appsettings.Development.json

18 lines
383 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Exporter": {
"StorageType": 1
},
"ClickHouse": {
"ConnectionString": "Host=172.21.238.42;Port=8123;Database=techlog_all_rds;Username=default;password=;"
},
"Reader": {
"LogFolder": "E:\\techlog_all_rds"
}
}