Disable remote watch and remote deployment outside Cluster (#27126)
This commit is contained in:
parent
8757e35b7e
commit
611e32de91
39 changed files with 1022 additions and 179 deletions
|
|
@ -23,6 +23,7 @@ class RemoteDeploymentDocSpec extends AkkaSpec("""
|
|||
akka.actor.provider = remote
|
||||
akka.remote.classic.netty.tcp.port = 0
|
||||
akka.remote.artery.canonical.port = 0
|
||||
akka.remote.use-unsafe-remote-features-without-cluster = on
|
||||
""") with ImplicitSender {
|
||||
|
||||
import RemoteDeploymentDocSpec._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue