19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"urls": "http://*:5055",
|
|
"ConnectionStrings": {
|
|
"DatabaseConnection": "Server=##########;Database=##########;User Id=##########;Password=##########;MultipleActiveResultSets=true"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Credentials": {
|
|
"UserName": "**********",
|
|
"Password": "**********"
|
|
}
|
|
}
|