NBloodServerSupervisor/WebInterface/appsettings.json

13 lines
266 B
JSON
Raw Normal View History

2020-01-23 21:03:54 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"MaximumServers": 20,
2020-01-24 12:23:40 +01:00
"ApiKey": "CHANGEME"
2020-01-23 21:03:54 +01:00
}