mirror of
https://github.com/strapi/strapi.git
synced 2025-09-01 12:53: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',
|
|
};
|