17 lines
257 B
JSON
17 lines
257 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Auth": {
|
|
"BypassSteamTicket": true
|
|
},
|
|
"BattleNode": {
|
|
"SoloDefaultsToScripted": false,
|
|
"DiagnosticLogging": true
|
|
}
|
|
}
|
|
|