aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config.yml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-12 16:33:12 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-05-12 16:39:47 +0200
commit3b792787d741932acc4d1e35124d38886bad11d7 (patch)
treec794606b49761ec35891ef4b3258a07dcc42f4f2 /app/config/config.yml
parent06568b15bb9e9116fa4d4a42246e1b0e497bbf25 (diff)
downloadwallabag-3b792787d741932acc4d1e35124d38886bad11d7.tar.gz
wallabag-3b792787d741932acc4d1e35124d38886bad11d7.tar.zst
wallabag-3b792787d741932acc4d1e35124d38886bad11d7.zip
Upgraded CraueConfigBundle to 2.0
Diffstat (limited to 'app/config/config.yml')
-rw-r--r--app/config/config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config/config.yml b/app/config/config.yml
index 116bb04c..28abe734 100644
--- a/app/config/config.yml
+++ b/app/config/config.yml
@@ -6,6 +6,7 @@ imports:
6parameters: 6parameters:
7 # Allows to use the live reload feature for changes in assets 7 # Allows to use the live reload feature for changes in assets
8 use_webpack_dev_server: false 8 use_webpack_dev_server: false
9 craue_config.cache_adapter.class: Craue\ConfigBundle\CacheAdapter\SymfonyCacheComponentAdapter
9 10
10framework: 11framework:
11 #esi: ~ 12 #esi: ~