19 lines
407 B
JSON
19 lines
407 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "DataSource=app.db;Cache=Shared"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Modules": {
|
|
"ShopsDir": "./shops",
|
|
"RecursiveLoad": "false",
|
|
"MaxResults": "100",
|
|
"ShopRegex": "Props\\.Shop\\.."
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |