props/Props/appsettings.json

25 lines
504 B
JSON
Raw Normal View History

{
"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"
2021-07-24 07:33:43 +00:00
},
"AllowedHosts": "*"
}