mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 11:45:48 +00:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
module.exports = {
|
|
jwtSecret: process.env.JWT_SECRET || '6dc1785c-5916-462f-a75e-7ae5fcb480ae',
|
|
};
|