Skip to content

Commit 5285868

Browse files
authored
Little port change to be consistent with the defaults in textile project (textileio#50)
Signed-off-by: Aaron Sutula <hi@asutula.com>
1 parent f22afa3 commit 5285868

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
var (
17-
grpcHostAddr = "/ip4/127.0.0.1/tcp/50051"
17+
grpcHostAddr = "/ip4/127.0.0.1/tcp/5002"
1818

1919
log = logging.Logger("main")
2020
)

0 commit comments

Comments
 (0)