Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSam <8619576+samjf@users.noreply.github.com>2021-10-12 07:34:35 +0300
committerGitHub <noreply@github.com>2021-10-12 07:34:35 +0300
commita68c249e4d9f4b3539ec81628c844a6ec7776213 (patch)
tree55d594d6c08f2eae69ab8d0187b750294e5130da /config
parent910cb0953da391fd57be68f2db79b1b03f36a4d4 (diff)
Make the Twig template path more configurable with a DI entry (#18137)
Diffstat (limited to 'config')
-rw-r--r--config/global.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/global.php b/config/global.php
index cc02edc8d4..ac77d53179 100644
--- a/config/global.php
+++ b/config/global.php
@@ -29,6 +29,8 @@ return array(
return $root . $tmp . $instanceId;
},
+ 'path.tmp.templates' => DI\string('{path.tmp}/templates_c'),
+
'path.cache' => DI\string('{path.tmp}/cache/tracker/'),
'Matomo\Cache\Eager' => function (ContainerInterface $c) {