python-etcd icon indicating copy to clipboard operation
python-etcd copied to clipboard

Make default port 2379

Open roboter202 opened this issue 5 years ago • 0 comments

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

You should make 2379 the clients default port.

roboter202 avatar Apr 14 '20 21:04 roboter202