2022-08-03 00:28:29 +03:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Debug",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
2022-11-09 05:17:39 +01:00
|
|
|
},
|
|
|
|
"TrainDataMongo": {
|
|
|
|
"ConnectionString": "mongodb://localhost:27017",
|
|
|
|
"DatabaseName": "NewInfoferScraper"
|
|
|
|
},
|
2022-08-03 00:28:29 +03:00
|
|
|
}
|