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'
|
path: '/tmp/db.sqlite'
|
||||||
charset: UTF8
|
charset: UTF8
|
||||||
cache:
|
cache:
|
||||||
type: RedisCache
|
type: ArrayCache
|
||||||
options:
|
options: {}
|
||||||
host: localhost
|
|
||||||
port: 6379
|
|
||||||
search-engine:
|
search-engine:
|
||||||
type: elasticsearch
|
type: elasticsearch
|
||||||
# type: phrasea
|
# type: phrasea
|
||||||
|
@@ -18,10 +18,8 @@ main:
|
|||||||
path: '/tmp/db.sqlite'
|
path: '/tmp/db.sqlite'
|
||||||
charset: UTF8
|
charset: UTF8
|
||||||
cache:
|
cache:
|
||||||
type: RedisCache
|
type: ArrayCache
|
||||||
options:
|
options: {}
|
||||||
host: localhost
|
|
||||||
port: 6379
|
|
||||||
search-engine:
|
search-engine:
|
||||||
type: elasticsearch
|
type: elasticsearch
|
||||||
# type: phrasea
|
# type: phrasea
|
||||||
|
@@ -18,10 +18,8 @@ main:
|
|||||||
path: '/tmp/db.sqlite'
|
path: '/tmp/db.sqlite'
|
||||||
charset: UTF8
|
charset: UTF8
|
||||||
cache:
|
cache:
|
||||||
type: RedisCache
|
type: ArrayCache
|
||||||
options:
|
options: {}
|
||||||
host: localhost
|
|
||||||
port: 6379
|
|
||||||
search-engine:
|
search-engine:
|
||||||
type: elasticsearch
|
type: elasticsearch
|
||||||
# type: phrasea
|
# type: phrasea
|
||||||
|
Reference in New Issue
Block a user