fix: jwt secret changes on application restart
This commit is contained in:
@@ -5,7 +5,7 @@ const configVariables: ConfigVariables = {
|
|||||||
internal: {
|
internal: {
|
||||||
jwtSecret: {
|
jwtSecret: {
|
||||||
type: "string",
|
type: "string",
|
||||||
defaultValue: crypto.randomBytes(256).toString("base64"),
|
value: crypto.randomBytes(256).toString("base64"),
|
||||||
locked: true,
|
locked: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user