You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
1.6 KiB
86 lines
1.6 KiB
registry { |
|
# file 、nacos 、eureka、redis、zk、consul、etcd3、sofa |
|
type = "file" |
|
|
|
nacos { |
|
serverAddr = "localhost" |
|
namespace = "" |
|
cluster = "default" |
|
username = "" |
|
password = "" |
|
} |
|
eureka { |
|
serviceUrl = "http://localhost:8761/eureka" |
|
application = "default" |
|
weight = "1" |
|
} |
|
redis { |
|
serverAddr = "localhost:6379" |
|
db = 0 |
|
password = "" |
|
cluster = "default" |
|
timeout = 0 |
|
} |
|
zk { |
|
cluster = "default" |
|
serverAddr = "127.0.0.1:2181" |
|
sessionTimeout = 6000 |
|
connectTimeout = 2000 |
|
username = "" |
|
password = "" |
|
} |
|
consul { |
|
cluster = "default" |
|
serverAddr = "127.0.0.1:8500" |
|
} |
|
etcd3 { |
|
cluster = "default" |
|
serverAddr = "http://localhost:2379" |
|
} |
|
sofa { |
|
serverAddr = "127.0.0.1:9603" |
|
application = "default" |
|
region = "DEFAULT_ZONE" |
|
datacenter = "DefaultDataCenter" |
|
cluster = "default" |
|
group = "SEATA_GROUP" |
|
addressWaitTime = "3000" |
|
} |
|
file { |
|
name = "file.conf" |
|
} |
|
} |
|
|
|
config { |
|
# file、nacos 、apollo、zk、consul、etcd3 |
|
type = "file" |
|
|
|
nacos { |
|
serverAddr = "localhost" |
|
namespace = "" |
|
group = "SEATA_GROUP" |
|
username = "" |
|
password = "" |
|
} |
|
consul { |
|
serverAddr = "127.0.0.1:8500" |
|
} |
|
apollo { |
|
appId = "seata-server" |
|
apolloMeta = "http://192.168.1.204:8801" |
|
namespace = "application" |
|
} |
|
zk { |
|
serverAddr = "127.0.0.1:2181" |
|
sessionTimeout = 6000 |
|
connectTimeout = 2000 |
|
username = "" |
|
password = "" |
|
} |
|
etcd3 { |
|
serverAddr = "http://localhost:2379" |
|
} |
|
file { |
|
name = "file:/root/seata-config/file.conf" |
|
} |
|
}
|
|
|