Skip to content

Commit

Permalink
fix: jwt secret changes on application restart
Browse files Browse the repository at this point in the history
  • Loading branch information
stonith404 committed Nov 3, 2023
1 parent 5cee9cb commit 33742a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/prisma/seed/config.seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 33742a0

Please sign in to comment.