Skip to content
  • This project
    • Loading...
  • Sign in

Alto / rkn

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • rkn
  • config
  • params.php
  • Скуратович Александр's avatar
    очепреди, парсер · 36888283
    Скуратович Александр committed 2021-06-02 11:57:39 +0300
    36888283
params.php 346 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
<?php

return [
    'adminEmail' => '[email protected]',
    'senderEmail' => '[email protected]',
    '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'
    ]
];