Initial commit, WIP setup of Matomo and Traefik dashboard

This commit is contained in:
2019-02-14 10:28:40 +09:00
parent 2a6bba24bd
commit 3b51aa1fe4
12 changed files with 10309 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
return array(
'Piwik\Cache\Backend' => DI\object('Piwik\Cache\Backend\ArrayCache'),
'Piwik\Translation\Loader\LoaderInterface' => DI\object('Piwik\Translation\Loader\LoaderCache')
->constructor(DI\get('Piwik\Translation\Loader\DevelopmentLoader')),
'Piwik\Translation\Loader\DevelopmentLoader' => DI\object()
->constructor(DI\get('Piwik\Translation\Loader\JsonFileLoader')),
);