18 lines
578 B
JSON
18 lines
578 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"VerificationDatabase": "Server=utopia-industries-rr.c5qech8o9lgg.us-east-1.rds.amazonaws.com;Port=3306;Database=item_verification_system;User ID=muhammad.faique;Password=21)3lq6b!A@.;SslMode=Preferred;Allow User Variables=True;"
|
|
},
|
|
"CartonVerification": {
|
|
"TableName": "carton_verification_log",
|
|
"QrColumnName": "qr",
|
|
"ShipmentVerificationFlagColumnName": "shipment_verification_flag"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|