Added a bit more automation to build processes (only supported versions)

This commit is contained in:
ops
2021-03-22 14:53:31 -05:00
parent 413a57a781
commit f59640a0e3
14 changed files with 354 additions and 36 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
$CONFIG = array (
'memcache.locking' => '\OC\Memcache\Redis',
'redis' => array(
'host' => 'redis',
'port' => 6379,
),
);