redisearch-getting-started
redisearch-getting-started copied to clipboard
Sample App: document how to run the sample app on another URL instead localhost
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
I will look at this and document how to run/develop locally.
Great 👍 Thanks!