querqy / chorus-elasticsearch-edition

Chorus, now for Elasticsearch!
Apache License 2.0
14 stars 11 forks source link

Hardcoded url in the chorus-ui module (ReactiveSearch) prevents running on demo server #15

Closed epugh closed 2 years ago

epugh commented 2 years ago

In the file /reactivesearch/src/App.js we hard code http://localhost:9200, and we need to swap it to http://chorus-es-edition.dev.o19s.com:9200.

We could do this either via env variable passed in, but that can be hard, or when we run quickstart.sh --online-deployment just update the the App.js file...?

epugh commented 2 years ago

I went with the same sed approach in quickstart.sh