mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
7 lines
114 B
PHP
7 lines
114 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'memcache.local' => '\OC\Memcache\APCu',
|
|
'datadirectory' => '/share/nextcloud',
|
|
);
|
|
|