*: update to use IANA-assigned ports

This commit is contained in:
Alex Crawford
2015-04-06 08:38:13 -07:00
parent 27083093d3
commit d9ad6aa2a9
25 changed files with 148 additions and 148 deletions

View File

@ -25,7 +25,7 @@ Create a Config and exchange it for a Client:
)
cfg := client.Config{
Endpoints: []string{"http://127.0.0.1:4001"},
Endpoints: []string{"http://127.0.0.1:2379"},
Transport: DefaultTransport,
}