2023.03.14 调整目录结构。
This commit is contained in:
26
wtest/config/fms-master/master2.conf
Normal file
26
wtest/config/fms-master/master2.conf
Normal file
@ -0,0 +1,26 @@
|
||||
akka {
|
||||
|
||||
actor.provider = "akka.cluster.ClusterActorRefProvider"
|
||||
|
||||
remote {
|
||||
netty.tcp {
|
||||
hostname = 127.0.0.1
|
||||
port = 2552
|
||||
}
|
||||
}
|
||||
|
||||
cluster {
|
||||
seed-nodes = [
|
||||
"akka.tcp://ClusterSystem@127.0.0.1:2551",
|
||||
"akka.tcp://ClusterSystem@127.0.0.1:2552"]
|
||||
|
||||
# auto-down-unreachable-after = 10s
|
||||
}
|
||||
|
||||
extensions = ["akka.cluster.client.ClusterClientReceptionist"]
|
||||
|
||||
loggers = ["akka.event.slf4j.Slf4jLogger"]
|
||||
loglevel = "DEBUG"
|
||||
logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
|
||||
}
|
||||
redis.host = "172.20.24.171"
|
Reference in New Issue
Block a user