2020-12-19 18:17:24 +02:00
|
|
|
{
|
2020-12-20 00:18:53 +02:00
|
|
|
"urls": "http://*:5062",
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"DatabaseConnection": "Server=***REMOVED***;Database=IdentityServer_dev;User Id=sa;Password=***REMOVED***;MultipleActiveResultSets=true"
|
|
|
|
},
|
2020-12-19 18:17:24 +02:00
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*"
|
|
|
|
}
|