network-resurrector/NetworkResurrector.Agent/appsettings.json

18 lines
346 B
JSON

{
"urls": "http://*:5064",
"ConnectionStrings": {
"DatabaseConnection": "***REMOVED***"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"IdentityServer": {
"BaseAddress": "http://localhost:5063/"
}
}