A RediSearch tutorial to learn the basis of RediSearch module, with sample application in Java, Python and Node.js
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
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