You've already forked ghost-matomo-mariadb-traefik-ssl
Initial commit, WIP setup of Matomo and Traefik dashboard
This commit is contained in:
12
config/matomo/environment/dev.php
Normal file
12
config/matomo/environment/dev.php
Normal 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')),
|
||||
|
||||
);
|
||||
Reference in New Issue
Block a user