jplana / python-etcd

A python client for etcd
Other
522 stars 210 forks source link

Make default port 2379 #273

Open roboter202 opened 4 years ago

roboter202 commented 4 years ago

etcd.Client() will make connection to port 4001 by default. etcds default port is 2379 though.

You should make 2379 the clients default port.