NBloodServerSupervisor/WebInterface/appsettings.json
2020-01-24 12:23:40 +01:00

13 lines
266 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"MaximumServers": 20,
"ApiKey": "CHANGEME"
}