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:
parent
5cee9cbbb9
commit
33742a043d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue