nextcloud-config-parser/tests/configs/multiple/config.php
2021-07-30 16:57:23 +02:00

11 lines
193 B
PHP

<?php
$CONFIG = [
'overwrite.cli.url' => 'https://cloud.example.com',
'redis' => [
'host' => 'localhost'
],
'dbtype' => 'sqlite3',
'dbname' => 'nextcloud',
'datadirectory' => '/nc'
];