backend-common: bits->bytes in config schema comment

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2021-11-25 18:16:37 +00:00
parent c844516235
commit 51608d2021
+3 -2
View File
@@ -23,8 +23,9 @@ export interface Config {
/** Backend configuration for when request authentication is enabled */
auth?: {
/**
* Secret shared by all backends for generating tokens
* Format is base64 24-bit key
* Secret shared by all backends for generating tokens. Should be
* a base64 string, recommended length is 24 bytes.
*
* @visibility secret
*/
secret: string;