new-infofer-scraper/server/appsettings.Development.json

14 lines
287 B
JSON
Raw Permalink Normal View History

{
"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"
},
}