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