Skip to content

Commit

Permalink
Listen 0.0.0.0 address in GAIA frontend (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed May 25, 2022
1 parent 0d68477 commit fa5718c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public IrGremlinServer() {

public IrGremlinServer(int gremlinPort) {
this();
settings.host = "0.0.0.0";
settings.port = (gremlinPort >= 0) ? gremlinPort : settings.port;
}

Expand Down

0 comments on commit fa5718c

Please sign in to comment.