diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2017-05-15 09:05:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-15 09:05:08 +0200 |
commit | ef204e45b04e1526eec17ae1e413a3b60404ab61 (patch) | |
tree | e220e9d5e42aa3b00868da84d76ef04d193f72b2 /app/config/config.yml | |
parent | 75045d6462265a389dead8ea554b7aae0f9e9e08 (diff) | |
parent | 3b792787d741932acc4d1e35124d38886bad11d7 (diff) | |
download | wallabag-ef204e45b04e1526eec17ae1e413a3b60404ab61.tar.gz wallabag-ef204e45b04e1526eec17ae1e413a3b60404ab61.tar.zst wallabag-ef204e45b04e1526eec17ae1e413a3b60404ab61.zip |
Merge pull request #3113 from wallabag/upgrade-craue
Upgraded CraueConfigBundle to 2.0
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 1 |
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: | |||
6 | parameters: | 6 | parameters: |
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 | ||
10 | framework: | 11 | framework: |
11 | #esi: ~ | 12 | #esi: ~ |