15 lines
194 B
Plaintext
15 lines
194 B
Plaintext
|
registry {
|
||
|
type = "file"
|
||
|
|
||
|
file {
|
||
|
name = "file.conf"
|
||
|
}
|
||
|
|
||
|
zk {
|
||
|
cluster = "default"
|
||
|
serverAddr = "192.168.88.10:2181"
|
||
|
session.timeout = 6000
|
||
|
connect.timeout = 2000
|
||
|
}
|
||
|
}
|