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