cronsun/conf/files/etcd.json.sample

10 lines
152 B
Plaintext
Raw Normal View History

2017-01-04 09:27:36 +00:00
{
"Endpoints":[
2017-05-18 08:55:09 +00:00
"http://127.0.0.1:2379"
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
}