Skip to content

Commit 0e93479

Browse files
committed
change configuration for deployment, should make it dynamic see issue #20
1 parent 13eb06c commit 0e93479

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sample-app/front-end/src/lib/SearchClient.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import axios from "axios";
22

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");
3+
const javaRestApiServer = (process.env.VUE_APP_SEARCH_API_JAVA || "http://34.121.127.120:8085");
4+
const nodeRestApiServer = (process.env.VUE_APP_SEARCH_API_NODE || "http://34.121.127.120:8086");
5+
const pythonRestApiServer = (process.env.VUE_APP_SEARCH_API_PYTHON || "http://34.121.127.120:8087");
66

77

88
export const SearchClient = {

0 commit comments

Comments
 (0)