Files
cooking-strapi/config/admin.js
Sebastian Seedorf a722217dd5 working on local
2022-02-12 19:29:51 +01:00

6 lines
125 B
JavaScript

module.exports = ({ env }) => ({
auth: {
secret: env('ADMIN_JWT_SECRET', '85231b02b90b6167debc44667cbb8ef9'),
},
});