network-resurrector/NetworkResurrector.Agent/appsettings.json

15 lines
275 B
JSON
Raw Normal View History

2020-12-21 02:35:47 +02:00
{
2020-12-23 01:18:25 +02:00
"urls": "http://*:5064",
"ConnectionStrings": {
"DatabaseConnection": "***REMOVED***"
},
2020-12-21 02:35:47 +02:00
"Logging": {
"LogLevel": {
2020-12-23 01:18:25 +02:00
"Default": "Debug",
2020-12-21 02:35:47 +02:00
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}