fititnt / uwazi-docker

Dockerized version of Uwazi (“openness" in Swahili). HURIDOCS designed Uwazi to make human rights information more open and accessible to the defenders who need it.
The Unlicense
11 stars 4 forks source link

Elastic Search initialization #7

Closed fititnt closed 6 years ago

fititnt commented 6 years ago

At https://github.com/huridocs/uwazi/blob/1.1/database/reindex_elastic.js#L42

  let indexUrl = `http://localhost:9200/${indexConfig.index}`;

The Elastic Search Storage is hardcoded and do not use Uwazi variables.