Skip to content

Commit

Permalink
Change server listening port to 9998
Browse files Browse the repository at this point in the history
  • Loading branch information
ghubstan committed Mar 30, 2020
1 parent 796399d commit aa5b5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/bisq/core/grpc/BisqGrpcServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public void stop() {

private void start() throws IOException {
// TODO add to options
int port = 8888;
int port = 9998;

// Config services
server = ServerBuilder.forPort(port)
Expand Down

0 comments on commit aa5b5a0

Please sign in to comment.