Use ArrayCache as default caching provider.

This should speed up tests and also prevent external service dependency
This commit is contained in:
Benoît Burnichon
2015-06-18 12:39:02 +02:00
parent f83d300bf5
commit 488a6f6d24
3 changed files with 6 additions and 12 deletions

View File

@@ -18,10 +18,8 @@ main:
path: '/tmp/db.sqlite'
charset: UTF8
cache:
type: RedisCache
options:
host: localhost
port: 6379
type: ArrayCache
options: {}
search-engine:
type: elasticsearch
# type: phrasea