22 lines
496 B
JSON
22 lines
496 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"VerificationDatabase": ""
|
|
},
|
|
"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": "*"
|
|
}
|