mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 20:33:03 +00:00
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
module.exports = {
|
|
jwtSecret: process.env.JWT_SECRET || 'f12c8d28-5d60-401e-b480-3af1cb42febc',
|
|
};
|