mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
cleanup submodule
This commit is contained in:
parent
f02d970503
commit
677383ab5a
28 changed files with 574 additions and 1 deletions
8
images/haze/configs/config.php
Normal file
8
images/haze/configs/config.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php $CONFIG=[
|
||||
'appstoreenabled' => false,
|
||||
'memcache.local' => '\\OC\\Memcache\\APCu',
|
||||
'memcache.distributed' => '\\OC\\Memcache\\APCu',
|
||||
'memcache.locking' => '\\OC\\Memcache\\APCu',
|
||||
'allow_local_remote_servers' => true,
|
||||
//PLACEHOLDER
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue