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" } }