mirror of
https://github.com/CommonLoon102/NBloodServerSupervisor.git
synced 2024-12-23 11:12:47 +01:00
14 lines
322 B
JSON
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 !!!"
|
|
}
|