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