[ 'db' => [ 'dsn' => 'mysql:host=localhost;dbname=ely_accounts', 'username' => 'root', 'password' => '', ], 'mailer' => [ // send all mails to a file by default. You have to set // 'useFileTransport' to false and configure a transport // for the mailer to send real emails. 'useFileTransport' => true, ], 'redis' => [ 'hostname' => 'localhost', 'password' => null, 'port' => 6379, 'database' => 0, ], 'amqp' => [ 'host' => 'localhost', 'port' => 5672, 'user' => 'ely-accounts-app', 'password' => 'app-password', 'vhost' => '/account.ely.by', ], ], ];