tuitio/IdentityServer.Api/appsettings.json

15 lines
380 B
JSON
Raw Normal View History

2020-12-19 18:17:24 +02:00
{
2020-12-20 11:28:25 +02:00
"urls": "http://*:5063",
2020-12-20 00:18:53 +02:00
"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": "*"
}