0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 00:04:48 +02:00

13.0.0RC1 [20180111]

adjust to the RC1 from the version 13
This commit is contained in:
mr-bolle 2018-01-13 11:02:50 +01:00 committed by GitHub
parent fb58bbb039
commit ce694f0303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 370 additions and 0 deletions

View file

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