AVS-Carton-Shipment-Verifier/appsettings.Example.json

19 lines
267 B
JSON

{
"ConnectionStrings": {
"VerificationDatabase": ""
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5000"
}
}
},
"DesktopHost": {
"LaunchBrowser": true,
"BrowserUrl": "http://localhost:5000"
}
}