Skip to content

Commit 89f47e6

Browse files
committed
Add more configuration
1 parent e0d8e02 commit 89f47e6

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

src/module/Phpug/config/module.config.php

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,25 @@
603603
'github_access_token' => '',
604604
'file' => realpath(__DIR__ . '/../../../../tmp/') . '/mentoring.json',
605605
),
606-
'php.ug.mentoringapp' => array(
606+
'php.ug.mentoringapp' => [
607607
'github_access_token' => '',
608-
),
608+
'file' => realpath(__DIR__ . '/../../../../tmp') . '/mentoringapp.json',
609+
],
610+
'phpug' => [
611+
'entity' => [
612+
'cache' => [
613+
'country' => [
614+
'cacheLifeTime' => 'P1M',
615+
],
616+
'countrycode' => [
617+
'cacheLifeTime' => 'P1M',
618+
],
619+
'event' => [
620+
'cacheLifeTime' => 'P1W',
621+
],
622+
],
623+
],
624+
],
609625
'asset_manager' => array(
610626
'resolver_configs' => array(
611627
'map' => array(

0 commit comments

Comments
 (0)