module.exports = ({ env }) => ({ // autoOpen: false, auth: { secret: env('ADMIN_JWT_SECRET', 'example-token'), }, });