1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

allow custom pre-setup config options

This commit is contained in:
Robin Appelman 2026-03-09 18:42:43 +01:00
commit b3a1e80f6f
5 changed files with 25 additions and 5 deletions

View file

@ -9,8 +9,8 @@ if (file_exists(__DIR__ . '/nextcloud.json')) {
$CONFIG = array_merge_recursive($extra_config, [
'debug' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.distributed' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\APCu',
'memcache.distributed' => '\\OC\\Memcache\\Redis',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'allow_local_remote_servers' => true,
'trusted_domains' => ['cloud'],
'profiling.secret' => 'haze',