nextcloud-config-parser/tests/configs/multiple/config.php

9 lines
140 B
PHP

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