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
  • san58's avatar
    Костяк · e40fb619
    san58 committed 2021-05-31 12:44:27 +0300
    e40fb619 Browse File
params.php 146 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
<?php

return [
    'adminEmail' => 'admin@example.com',
    'senderEmail' => 'noreply@example.com',
    'senderName' => 'Example.com mailer',
];