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