aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_remote/tests/config.php
blob: 541057829195e84b64ea4e0f31d16cfe761994f7 (plain)
1
2
3
4
5
6
7
8
9
<?php
return array(
	'ftp'=>array(
		'host'=>'localhost',
		'user'=>'test',
		'password'=>'test',
		'root'=>'/test',
	)
);