MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/public_html/master-template/common/config/main-local.php
<?php
return [
    'components' => [
        'db' => [
            'class' => 'yii\db\Connection',
            'dsn' => 'mysql:host=localhost;dbname=emblazeo_master',
            'username' => 'emblazeo_master',
            'password' => '*5&!DGcfCJQF',
            'charset' => 'utf8',
            'tablePrefix' => 'wbp_',
        ],
        'mailer' => [
            'viewPath' => '@common/mail',
            'useFileTransport' => false,
//            'transport' => [
//                'class' => 'Swift_SmtpTransport',
//                'host' => '',  // e.g. smtp.mandrillapp.com or smtp.gmail.com
//                'username' => '',
//                'password' => "",
//                'port' => '25', // Port 25 is a very common port too
//            ],
        ],
    ],
];