network-resurrector/NetworkResurrector.Api/appsettings.json

15 lines
275 B
JSON
Raw Normal View History

2020-07-09 02:14:02 +03:00
{
2020-07-09 02:42:50 +03:00
"urls": "http://*:5062",
"ConnectionStrings": {
"DatabaseConnection": "***REMOVED***"
},
2020-07-09 02:14:02 +03:00
"Logging": {
"LogLevel": {
2020-07-09 02:42:50 +03:00
"Default": "Debug",
2020-07-09 02:14:02 +03:00
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}