Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.


////////////////////////////////////
Expand Down