Skip to content

Commit 22d4da8

Browse files
committed
remove canonical.port setting in scheduler, controller
1 parent 71a54de commit 22d4da8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

core/controller/src/main/resources/application.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ akka {
9191
artery {
9292
enabled = on
9393
transport = tcp
94-
canonical.port = 25520
9594
}
9695
log-remote-lifecycle-events = DEBUG
9796
log-received-messages = on

core/scheduler/src/main/resources/application.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ akka {
4242
artery {
4343
enabled = on
4444
transport = tcp
45-
canonical.port = 25520
4645
}
4746
}
4847

0 commit comments

Comments
 (0)