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