fix: jwt secret changes on application restart

This commit is contained in:
Elias Schneider
2023-11-03 13:06:59 +01:00
parent 5cee9cbbb9
commit 33742a043d

View File

@@ -5,7 +5,7 @@ const configVariables: ConfigVariables = {
internal: {
jwtSecret: {
type: "string",
defaultValue: crypto.randomBytes(256).toString("base64"),
value: crypto.randomBytes(256).toString("base64"),
locked: true,
},
},