Skip to content

Commit

Permalink
Change access port to 8082
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Nov 11, 2024
1 parent 06b67b3 commit 5ca2daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public void init() throws IOException {
inputStream.close();
}

platformUrl = readParam(props, "url", "http://127.0.0.1:8081");
platformUrl = readParam(props, "url", "http://127.0.0.1:8082");
if (!platformUrl.endsWith("/")) {
platformUrl += "/";
}
Expand Down

0 comments on commit 5ca2daf

Please sign in to comment.