[ 'host' => '127.0.0.1', 'port' => 3306, 'name' => 'photo_gallery', 'user' => 'gallery_user', 'pass' => 'change_me', 'charset' => 'utf8mb4', ], 'deploy' => [ 'remote_name' => 'origin', 'remote_url' => 'git@github.com:wrkandreev/reframe.git', 'branch' => 'main', 'script' => __DIR__ . '/scripts/deploy.sh', 'php_bin' => 'php', ], ];