cronsun/conf/files/etcd.json.sample

12 lines
230 B
Plaintext
Raw Normal View History

2017-01-04 09:27:36 +00:00
{
"Endpoints":[
2017-01-05 12:35:41 +00:00
"http://192.168.11.27:2389",
"http://192.168.11.28:2389",
"http://192.168.11.29:2389"
2017-01-04 09:27:36 +00:00
],
"Username":"",
"Password":"",
"#DialTimeout":"单位秒",
2017-01-05 12:35:41 +00:00
"DialTimeout": 2
2017-01-04 09:27:36 +00:00
}