mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Some fixup for ES instance
This commit is contained in:
@@ -26,28 +26,23 @@ 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
|
||||
logger:
|
||||
max-files: 10
|
||||
enabled: true
|
||||
level: INFO
|
||||
listener:
|
||||
options:
|
||||
protocol: tcp
|
||||
host: 127.0.0.1
|
||||
port: 6660
|
||||
linger: 500
|
||||
websocket-server:
|
||||
host: local.phrasea
|
||||
port: 9090
|
||||
ip: 0.0.0.0
|
||||
subscriber:
|
||||
protocol: tcp
|
||||
host: 127.0.0.1
|
||||
port: 13598
|
||||
logger:
|
||||
max-files: 10
|
||||
enabled: true
|
||||
level: INFO
|
||||
session:
|
||||
type: 'file'
|
||||
options: []
|
||||
|
@@ -26,28 +26,23 @@ 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
|
||||
logger:
|
||||
max-files: 10
|
||||
enabled: true
|
||||
level: INFO
|
||||
listener:
|
||||
options:
|
||||
protocol: tcp
|
||||
host: 127.0.0.1
|
||||
port: 6660
|
||||
linger: 500
|
||||
websocket-server:
|
||||
host: local.phrasea
|
||||
port: 9090
|
||||
ip: 0.0.0.0
|
||||
subscriber:
|
||||
protocol: tcp
|
||||
host: 127.0.0.1
|
||||
port: 13598
|
||||
logger:
|
||||
max-files: 10
|
||||
enabled: true
|
||||
level: INFO
|
||||
session:
|
||||
type: 'file'
|
||||
options: []
|
||||
@@ -207,4 +202,4 @@ crossdomain:
|
||||
allow-access-from:
|
||||
-
|
||||
domain: '*.cooliris.com'
|
||||
secure: 'false'
|
||||
secure: 'false'
|
||||
|
@@ -9,9 +9,6 @@ class SearchEngineServiceProviderTest extends ServiceProviderTestCase
|
||||
{
|
||||
public function setUp()
|
||||
{
|
||||
if (!extension_loaded('phrasea2')) {
|
||||
$this->markTestSkipped('Phrasea2 is required for this test');
|
||||
}
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user