backend-common: bits->bytes in config schema comment
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
Vendored
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user