mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Use ArrayCache as default caching provider.
This should speed up tests and also prevent external service dependency
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user