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