props/Props/appsettings.json

26 lines
539 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "DataSource=app.db;Cache=Shared"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Modules": {
"ModulesDir": "./shops",
"ModuleDataDir": "./shop-data",
"RecursiveLoad": "false",
"ShopRegex": "Props\\.Shop\\.."
},
"Search": {
"MaxResults": 100
},
"Metrics": {
"MaxQueryWords": 4096,
"MaxProductListings": 1024
},
"AllowedHosts": "*"
}