0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-29 01:28:59 -05: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,
},
},