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