mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-18 13:16:23 +02:00
8 lines
149 B
PHP
8 lines
149 B
PHP
<?php
|
|
$CONFIG = array (
|
|
'memcache.local' => '\OC\Memcache\APCu',
|
|
'datadirectory' => '%%datadirectory%%',
|
|
'overwriteprotocol' => 'https',
|
|
);
|
|
|