Merge pull request #347

This commit is contained in:
symfony-flex-server[bot]
2018-05-20 07:23:08 +00:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
supercache:
enabled: true
cache_dir: '%kernel.project_dir%/public/webcache'
cache_status_header: false
@@ -0,0 +1,8 @@
{
"bundles": {
"PabloK\\SupercacheBundle\\SupercacheBundle": ["prod"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}