AVS-Carton-Shipment-Verifier/appsettings.json

31 lines
642 B
JSON

{
"ConnectionStrings": {},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5000"
}
}
},
"DesktopHost": {
"LaunchBrowser": true,
"BrowserUrl": ""
},
"CartonVerification": {
"TableName": "carton_verification_log",
"QrColumnName": "qr",
"MovedToWarehouseColumnName": "moved_to_warehouse"
},
"ScanHistory": {
"DatabasePath": "C:\\Users\\Public\\AVSCartonShipmentVerifier\\scan-history.db",
"MaxRecordsToKeep": 500
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}