mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix engine type in default configuration
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user