Files
nextcloud/Containers/nextcloud/config/apcu.config.php
2026-05-11 10:10:31 +00:00

8 lines
184 B
PHP

<?php
// SPDX-FileCopyrightText: 2021 Nextcloud GmbH <https://nextcloud.com>
// SPDX-License-Identifier: AGPL-3.0-only
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);