nextcloud/tests/preseed-config.php

20 lines
380 B
PHP

<?php
$CONFIG = array (
"appstoreenabled" => false,
'apps_paths' =>
array (
0 =>
array (
'path' => '/home/thomas/Development/owncloud/core/apps',
'url' => '/apps',
'writable' => false,
),
1 =>
array (
'path' => '/home/thomas/Development/owncloud/core/apps2',
'url' => '/apps2',
'writable' => false,
)
),
);