registry.conf 543 B

12345678910111213141516171819202122232425262728
  1. registry {
  2. # file 、nacos 、eureka、redis、zk、consul、etcd3、sofa
  3. type = "nacos"
  4. nacos {
  5. application = "seata-server"
  6. serverAddr = "172.30.0.40:8848"
  7. group = "DEFAULT_GROUP"
  8. namespace = "dev"
  9. cluster = "default"
  10. username = ""
  11. password = ""
  12. }
  13. }
  14. config {
  15. # file、nacos 、apollo、zk、consul、etcd3
  16. type = "nacos"
  17. nacos {
  18. serverAddr = "172.30.0.40:8848"
  19. group = "DEFAULT_GROUP"
  20. namespace = "dev"
  21. username = ""
  22. password = ""
  23. dataId = "seata-server.properties"
  24. }
  25. }