props/Props/appsettings.json

22 lines
450 B
JSON
Raw Normal View History

{
"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\\.."
},
2021-07-24 07:33:43 +00:00
"Content": {
"Dir": "./content"
},
"AllowedHosts": "*"
}