NBloodServerSupervisor/WebInterface/appsettings.json
2020-01-23 21:03:54 +01:00

14 lines
322 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"MaximumServers": 20,
"NBloodPath": "\\path\\to\\nblood_server",
"ApiKey": "!!! CHANGE ME !!!"
}