mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
9 lines
140 B
PHP
9 lines
140 B
PHP
<?php
|
|
|
|
$CONFIG = [
|
|
'overwrite.cli.url' => 'https://cloud.example.com',
|
|
'redis' => [
|
|
'host' => 'localhost'
|
|
],
|
|
'dbtype' => 'sqlite',
|
|
];
|