9 lines
188 B
PHP
9 lines
188 B
PHP
<?php
|
|
|
|
return [
|
|
'host' => 'host.orb.internal',
|
|
'port' => 23517,
|
|
'remote_path' => '/var/www/html',
|
|
'local_path' => '/Users/fromme/Development/Symfony/myep-next-booking',
|
|
];
|