We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eb06c commit 0e93479Copy full SHA for 0e93479
sample-app/front-end/src/lib/SearchClient.js
@@ -1,8 +1,8 @@
1
import axios from "axios";
2
3
-const javaRestApiServer = (process.env.VUE_APP_SEARCH_API_JAVA || "http://34.71.52.16:8085");
4
-const nodeRestApiServer = (process.env.VUE_APP_SEARCH_API_NODE || "http://34.71.52.16:8086");
5
-const pythonRestApiServer = (process.env.VUE_APP_SEARCH_API_PYTHON || "http://34.71.52.16:8087");
+const javaRestApiServer = (process.env.VUE_APP_SEARCH_API_JAVA || "http://34.121.127.120:8085");
+const nodeRestApiServer = (process.env.VUE_APP_SEARCH_API_NODE || "http://34.121.127.120:8086");
+const pythonRestApiServer = (process.env.VUE_APP_SEARCH_API_PYTHON || "http://34.121.127.120:8087");
6
7
8
export const SearchClient = {
0 commit comments