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

16 lines
379 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,
"ExitWhenBrowserCloses": false
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Warning"
}
}
}