blob: 3d75cb2c2193905dbca97488258d17604139166b [file] [log] [blame]
# dubbo client yaml configure file
# pprof
pprof_enabled : true
pprof_port : 10086
# client
request_timeout : "3500ms"
net_io_timeout : "2s"
retries : 1
# connect timeout
connect_timeout : "100ms"
selector : "cache"
selector_ttl : "10m"
registry : "zookeeper"
# application config
application_config:
organization : "ikurento.com"
name : "BDTService"
module : "dubbogo user-info client"
version : "0.0.1"
owner : "ZX"
environment : "dev"
registry_config:
timeout : "3s"
address:
- "127.0.0.1:2181"
service_list:
-
protocol : "jsonrpc"
service : "com.ikurento.user.UserProvider"