2023.04.14 补充cmc环境部分配置文件。

This commit is contained in:
2023-04-14 17:59:55 +08:00
parent 568642f904
commit 0ac5dff4b5
7 changed files with 531 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
akka {
actor.provider = "akka.cluster.ClusterActorRefProvider"
remote {
netty {
tcp {
hostname = 172.16.88.19
port = 2552
}
}
}
cluster {
seed-nodes = [
"akka.tcp://ClusterSystem@172.16.88.19:2551",
"akka.tcp://ClusterSystem@172.16.88.19: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.16.88.19"