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 type: ArrayCache
options: [] options: []
search-engine: search-engine:
type: Alchemy\Phrasea\SearchEngine\Phrasea\PhraseaEngine type: elasticsearch
options: [] # type: phrasea
options:
host: localhost
port: 9200
task-manager: task-manager:
status: started status: started
enabled: true enabled: true