RediSearch / redisearch-getting-started

A RediSearch tutorial to learn the basis of RediSearch module, with sample application in Java, Python and Node.js
https://redisearch.io
146 stars 36 forks source link

Sample App: document how to run the sample app on another URL instead localhost #6

Open B-e-n-G opened 4 years ago

B-e-n-G commented 4 years ago

Hello, My sample app runs on http://<my-domain>:8084/ but after the click on "Search" an AJAX-request to http://localhost:8086 is triggered.

I have assumed to change the endpoints on this file will fix this: https://github.com/RediSearch/redisearch-getting-started/blob/master/sample-app/front-end/.env.development

But unfortunately it doesn't.

It would be greate to add some documentation on this.

Best regards, Ben

tgrall commented 4 years ago

I will look at this and document how to run/develop locally.

B-e-n-G commented 4 years ago

Great 👍 Thanks!