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": {
|
|
|
|
"ShopsDir": "./shops",
|
|
|
|
"RecursiveLoad": "false",
|
|
|
|
"MaxResults": "100",
|
|
|
|
"ShopRegex": "Props\\.Shop\\.."
|
2021-07-12 08:07:16 +00:00
|
|
|
},
|
2021-07-24 07:33:43 +00:00
|
|
|
"Content": {
|
|
|
|
"Dir": "./content"
|
|
|
|
},
|
2021-07-12 08:07:16 +00:00
|
|
|
"AllowedHosts": "*"
|
|
|
|
}
|