20 lines
396 B
JSON
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": ""
|
|
}
|
|
}
|