17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"caching": "Data Source=./caching.sqlite"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"TrainDataMongo": {
|
|
"ConnectionString": "mongodb://mongo:27017",
|
|
"DatabaseName": "NewInfoferScraper"
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|