<?php

return [
    'email' => env('USER_EMAIL', 'admin@example.com'),
    'password' => env('USER_PASSWORD', 'admin'),
];