Ability to configure whether to log http requests (#149)

This commit is contained in:
Simon J
2023-03-12 09:21:49 +11:00
committed by GitHub
parent 2941f6f595
commit e78b6c4fbc
4 changed files with 12 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ export default function () {
validationPattern: COLOR,
}),
},
logRequests: bnbEnvVar<boolean>("SERVER_LOG_REQUESTS", { default: false, parser: asBoolean }),
sonos: {
serviceName: bnbEnvVar<string>("SONOS_SERVICE_NAME", { default: "bonob" })!,
discovery: {