nextcloud/apps/files_remote/tests/config.php

10 lines
123 B
PHP
Raw Normal View History

2012-03-22 19:56:19 +01:00
<?php
return array(
'ftp'=>array(
'host'=>'localhost',
'user'=>'test',
'password'=>'test',
'root'=>'/test',
)
);