25 lines
504 B
JSON
25 lines
504 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
|
|
},
|
|
"Textual": {
|
|
"Dir": "./textual"
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |