We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d8e02 commit 89f47e6Copy full SHA for 89f47e6
src/module/Phpug/config/module.config.php
@@ -603,9 +603,25 @@
603
'github_access_token' => '',
604
'file' => realpath(__DIR__ . '/../../../../tmp/') . '/mentoring.json',
605
),
606
- 'php.ug.mentoringapp' => array(
+ 'php.ug.mentoringapp' => [
607
608
- ),
+ 'file' => realpath(__DIR__ . '/../../../../tmp') . '/mentoringapp.json',
609
+ ],
610
+ 'phpug' => [
611
+ 'entity' => [
612
+ 'cache' => [
613
+ 'country' => [
614
+ 'cacheLifeTime' => 'P1M',
615
616
+ 'countrycode' => [
617
618
619
+ 'event' => [
620
+ 'cacheLifeTime' => 'P1W',
621
622
623
624
625
'asset_manager' => array(
626
'resolver_configs' => array(
627
'map' => array(
0 commit comments