mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 22:01:20 +00:00
Use non-standard port so tests don't die when I am running basecoin
This commit is contained in:
@ -20,10 +20,10 @@ import (
|
||||
|
||||
// Client and Server should work over tcp or unix sockets
|
||||
const (
|
||||
tcpAddr = "tcp://0.0.0.0:46657"
|
||||
tcpAddr = "tcp://0.0.0.0:47768"
|
||||
|
||||
unixSocket = "/tmp/rpc.sock"
|
||||
unixAddr = "unix:///tmp/rpc.sock"
|
||||
unixSocket = "/tmp/rpc_test.sock"
|
||||
unixAddr = "unix://" + unixSocket
|
||||
|
||||
websocketEndpoint = "/websocket/endpoint"
|
||||
)
|
||||
|
Reference in New Issue
Block a user