From d6aa21f00524988a03a2c833576b80ac9a7947cf Mon Sep 17 00:00:00 2001 From: fishtamire <50020655+fishtamire@users.noreply.github.com> Date: Sun, 28 Apr 2019 15:46:58 +0300 Subject: [PATCH] Update config.js --- config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.js b/config.js index 1d85451..2a859ed 100644 --- a/config.js +++ b/config.js @@ -3,11 +3,11 @@ module.exports = { //////////////////////////////////// // ElasticSearch Backend Settings //////////////////////////////////// - "es_host": "localhost", // The host of Elastic Search - "es_port": 9200, // The port of Elastic Search + "es_host": "mapeeks.com", // The host of Elastic Search + "es_port": 3128, // The port of Elastic Search "es_using_ssl": false, // If the ES is using SSL(https)? - "es_username": "", // The basic authentication user of ES server, leave it blank if no basic auth applied - "es_password": "", // The password of basic authentication of ES server, leave it blank if no basic auth applied. + "es_username": "Twrp", // The basic authentication user of ES server, leave it blank if no basic auth applied + "es_password": "Twrp@1317", // The password of basic authentication of ES server, leave it blank if no basic auth applied. ////////////////////////////////////