Skip to content

Commit

Permalink
port 0 (random) for single node local-drone-control
Browse files Browse the repository at this point in the history
* easy way to avoid port conflicts when running more than one locally
  • Loading branch information
patriknw committed Oct 4, 2023
1 parent e9b6006 commit 2b052bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ akka {
akka.remote.artery {
# single node cluster
canonical.hostname = "127.0.0.1"
canonical.port = 2552
canonical.port = 0
canonical.port = ${?REMOTE_PORT}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ akka {
akka.remote.artery {
# single node cluster
canonical.hostname = "127.0.0.1"
canonical.port = 2552
canonical.port = 0
canonical.port = ${?REMOTE_PORT}
}

Expand Down

0 comments on commit 2b052bc

Please sign in to comment.