firefly-iii/app/config/remote.php

22 lines
380 B
PHP
Raw Normal View History

2014-06-28 02:41:44 -05:00
<?php
return [
'default' => 'production',
'connections' => [
'production' => [
'host' => '',
'username' => '',
'password' => '',
'key' => '',
'keyphrase' => '',
'root' => '/var/www',
],
],
'groups' => [
'web' => ['production']
],
];