2023.01.04 调整目录结构。

This commit is contained in:
2023-01-04 14:27:22 +08:00
parent 95549e479a
commit 4d173f7a55
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
contact-points = [
"akka.tcp://ClusterSystem@172.20.24.171:2551",
"akka.tcp://ClusterSystem@172.20.24.171:2552"
]
play.akka.actor-system = "mkfleet-4g-actor-system"
akka {
remote.netty.tcp.port=45000
remote.netty.tcp.hostname="172.20.24.171"
remote.netty.tcp.bind-port=45000
remote.netty.tcp.bind-hostname=0.0.0.0
actor.provider = "akka.cluster.ClusterActorRefProvider"
extensions = ["akka.cluster.client.ClusterClientReceptionist"]
}