Fix engine type in default configuration

This commit is contained in:
Mathieu Darse
2014-11-10 15:17:22 +01:00
parent f5f575dcad
commit 9b02b90353

View File

@@ -26,8 +26,11 @@ main:
type: ArrayCache
options: []
search-engine:
type: Alchemy\Phrasea\SearchEngine\Phrasea\PhraseaEngine
options: []
type: elasticsearch
# type: phrasea
options:
host: localhost
port: 9200
task-manager:
status: started
enabled: true