Files
nanguangszwlback/mhd_common_db/src/main/resources/registry.conf
T
2025-11-20 10:45:16 +08:00

34 lines
630 B
Plaintext

registry {
# file 、nacos 、eureka、redis、zk、consul、etcd3、sofa
type = "nacos"
nacos {
application = "seata-server"
serverAddr = "192.168.0.166:8848"
group = "SEATA_GROUP"
namespace = ""
cluster = "default"
username = "nacos"
password = "manhuoda@2023"
}
file {
name = "file.conf"
}
}
config {
# file、nacos 、apollo、zk、consul、etcd3
type = "nacos"
nacos {
serverAddr = "192.168.0.166:8848"
namespace = ""
group = "SEATA_GROUP"
username = "nacos"
password = "manhuoda@2023"
}
file {
name = "file.conf"
}
}