props/Props/appsettings.json
Harrison Deng 38ffb3c7e1 Added logging to module framework
Implemented logging to Adafruit and changed database loading behavior.
2021-08-07 17:20:46 -05:00

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": "*"
}