Add Manticore Search (#2036)

* Add Manticore Search
This commit is contained in:
Adrian Nuta
2019-03-06 14:50:00 +02:00
committed by Shao Yu-Lung (Allen)
parent 6c8adbc195
commit 8ca26e6c06
5 changed files with 53 additions and 1 deletions

View File

@ -658,3 +658,10 @@ MOSQUITTO_PORT=9001
### COUCHDB ###################################################
COUCHDB_PORT=5984
### Manticore Search ##########################################
MANTICORE_CONFIG_PATH=./manticore/config
MANTICORE_API_PORT=9312
MANTICORE_SPHINXQL_PORT=9306
MANTICORE_HTTP_PORT=9308