coreos / torus

Torus Distributed Storage
https://coreos.com/blog/torus-distributed-storage-by-coreos.html
Apache License 2.0
1.78k stars 172 forks source link

flagconfig: change the defaultEtcdAddress value from "127.0.0.1:2379" to "http://127.0.0.1:2379" #445

Closed freesky-edward closed 7 years ago

freesky-edward commented 7 years ago

the original defaultEtcdAddress value will cause the parsing exception when using the latest golang version. see: https://github.com/coreos/torus/issues/444