Skip to content

Commit

Permalink
change location of enity config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pele Odiase committed Feb 12, 2017
1 parent 172bf05 commit 0bffeb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,10 @@
* Location where entity classname to entity key mappings are stored
*/
'entity_cache' => array(
'orm' => 'data/cache/SynergyDataGrid/orm_entity_classmap.php',
'odm' => 'data/cache/SynergyDataGrid/odm_entity_classmap.php',
'orm' => 'data/SynergyDataGrid/orm_entity_classmap.php',
'odm' => 'data/SynergyDataGrid/odm_entity_classmap.php',
),
'check_entity_cache_file' => true,
'entity_cache_lifetime' => 24 * 60 * 60,
'config_helpers' => array(
'urlGenerator' => 'SynergyDataGrid\Helper\UrlGeneratorHelper',
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions data/cache/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.*
!.gitignore

0 comments on commit 0bffeb1

Please sign in to comment.