NBloodServerSupervisor/WebInterface/appsettings.json
2020-01-27 16:25:45 +00:00

12 lines
240 B
JSON

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