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 || 'c4dc6f71-db45-49c6-82d0-9ca91cb93fa2',
|
|
};
|