2021-07-10 02:47:40 +00:00
|
|
|
{
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"DefaultConnection": "DataSource=app.db;Cache=Shared"
|
|
|
|
},
|
|
|
|
"Logging": {
|
2021-07-12 08:07:16 +00:00
|
|
|
"LogLevel": {
|
2021-07-10 02:47:40 +00:00
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
2021-07-12 08:07:16 +00:00
|
|
|
}
|
|
|
|
},
|
2021-07-22 21:12:27 +00:00
|
|
|
"Modules": {
|
2021-08-07 22:20:46 +00:00
|
|
|
"ModulesDir": "./shops",
|
|
|
|
"ModuleDataDir": "./shop-data",
|
2021-07-22 21:12:27 +00:00
|
|
|
"RecursiveLoad": "false",
|
|
|
|
"ShopRegex": "Props\\.Shop\\.."
|
2021-07-12 08:07:16 +00:00
|
|
|
},
|
2021-08-05 06:22:19 +00:00
|
|
|
"Search": {
|
|
|
|
"MaxResults": 100
|
|
|
|
},
|
2021-08-07 22:20:46 +00:00
|
|
|
"Textual": {
|
|
|
|
"Dir": "./textual"
|
2021-07-24 07:33:43 +00:00
|
|
|
},
|
2021-08-17 07:59:01 +00:00
|
|
|
"Metrics": {
|
|
|
|
"MaxQueryWords": 4096,
|
|
|
|
"MaxProductListings": 1024
|
|
|
|
},
|
2021-07-12 08:07:16 +00:00
|
|
|
"AllowedHosts": "*"
|
|
|
|
}
|