params.php 346 Bytes
<?php

return [
    'adminEmail' => 'admin@example.com',
    'senderEmail' => 'noreply@example.com',
    'senderName' => 'Example.com mailer',
    'csv_url' => 'https://raw.githubusercontent.com/zapret-info/z-i/master/dump-00.csv',
    'registrators_urls' => [
        'https://2ip.ua/ru/services/information-service/domain-information'
    ]
];