mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
JWT_AUTH_SECRET => AUTH_SECRET
This commit is contained in:
committed by
Akhil Mohan
parent
d1597ed8da
commit
0c20cb0f91
@@ -50,7 +50,7 @@ export default {
|
||||
tokenVersionId: seedData1.token.id,
|
||||
accessVersion: 1
|
||||
},
|
||||
cfg.JWT_AUTH_SECRET,
|
||||
cfg.AUTH_SECRET,
|
||||
{ expiresIn: cfg.JWT_AUTH_LIFETIME }
|
||||
);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user