network-resurrector/NetworkResurrector.Agent/appsettings.json

18 lines
346 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"
}
},
2020-12-23 01:40:27 +02:00
"AllowedHosts": "*",
"IdentityServer": {
"BaseAddress": "http://localhost:5063/"
}
2020-12-21 02:35:47 +02:00
}