mirror of
https://github.com/strapi/strapi.git
synced 2025-07-21 07:57:45 +00:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
module.exports = {
|
|
jwtSecret: process.env.JWT_SECRET || 'c98f7e9c-dc1d-4ee1-a380-53c3a7125a7e',
|
|
};
|