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-08-30 19:56:05 +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
=
{
Merge branch 'v4/backend' into pluginAPI/loadPlugin
2021-08-04 15:05:56 +02:00
jwtSecret
:
process
.
env
.
JWT
_SECRET
||
'6dc1785c-5916-462f-a75e-7ae5fcb480ae'
,
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