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

15 lines
343 B
JSON

{
"ConnectionStrings": {
"VerificationDatabase": "Server=192.168.90.147;Port=3306;Database=UIND;User ID=utopia;Password=Utopia01;SslMode=None;Allow User Variables=True;"
},
"DesktopHost": {
"LaunchBrowser": false
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Warning"
}
}
}