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