cocktailweb/CocktailWeb/appsettings.json
2024-02-28 19:50:42 +01:00

20 lines
396 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"CocktailDB": "Data Source=Data\\cocktails.db"
},
"AllowedHosts": "*",
"GeneralSettings": {
"MaxAllowedUploadSizeInMB": 10,
"ImageUploadDir": "images",
"SerialPort": "COM5",
"Baudrate": 115200,
"SettingsPassword": ""
}
}