This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
strapi
Watch
1
Star
0
Fork
0
You've already forked strapi
mirror of
https://github.com/strapi/strapi.git
synced
2025-09-01 21:03:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
strapi
/
examples
/
getstarted
/
extensions
/
users-permissions
/
config
/
jwt.js
4 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Upgrade doc to use env var and js config files Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-21 15:42:33 +02:00
module
.
exports
=
{
WIP
2021-07-08 11:20:13 +02:00
jwtSecret
:
process
.
env
.
JWT
_SECRET
||
'f12c8d28-5d60-401e-b480-3af1cb42febc'
,
Upgrade doc to use env var and js config files Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-21 15:42:33 +02:00
}
;
Reference in New Issue
Copy Permalink