new-infofer-scraper/server/appsettings.json

18 lines
391 B
JSON
Raw Permalink Normal View History

{
"ConnectionStrings": {
"caching": "Data Source=./caching.sqlite"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
2022-11-09 05:17:39 +01:00
"TrainDataMongo": {
"ConnectionString": "mongodb://mongo:27017",
"DatabaseName": "NewInfoferScraper"
},
"AllowedHosts": "*"
}