2023.03.14 调整目录结构。
This commit is contained in:
28
dev/config/fms-master/dev2.conf
Normal file
28
dev/config/fms-master/dev2.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
akka {
|
||||
|
||||
actor.provider = "akka.cluster.ClusterActorRefProvider"
|
||||
|
||||
remote {
|
||||
netty {
|
||||
tcp {
|
||||
hostname = 192.168.2.164
|
||||
port = 2552
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cluster {
|
||||
seed-nodes = [
|
||||
"akka.tcp://ClusterSystem@192.168.2.164:2551",
|
||||
"akka.tcp://ClusterSystem@192.168.2.164: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 = "192.168.2.239"
|
||||
Reference in New Issue
Block a user