Added Config Files

This commit is contained in:
2023-01-17 20:53:16 +01:00
parent 854115e510
commit 1a2d6aeb54
11 changed files with 2393 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);