1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-30 14:40:10 +02:00

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
No known key found for this signature in database
GPG Key ID: 07E623B294202B6C

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,
},
},