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