Revamped build process

This commit is contained in:
ops
2024-06-02 23:37:22 +00:00
parent 1eabdeea8f
commit 90ecdad357
44 changed files with 141 additions and 756 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);