| 12345678910111213141516171819202122232425262728 |
- registry {
- # file 、nacos 、eureka、redis、zk、consul、etcd3、sofa
- type = "nacos"
- nacos {
- application = "seata-server"
- serverAddr = "172.30.0.40:8848"
- group = "DEFAULT_GROUP"
- namespace = "dev"
- cluster = "default"
- username = ""
- password = ""
- }
- }
- config {
- # file、nacos 、apollo、zk、consul、etcd3
- type = "nacos"
- nacos {
- serverAddr = "172.30.0.40:8848"
- group = "DEFAULT_GROUP"
- namespace = "dev"
- username = ""
- password = ""
- dataId = "seata-server.properties"
- }
- }
|