mirror of
https://github.com/lightninglabs/faraday.git
synced 2026-08-13 12:33:35 +02:00
config: update default port to 8465
Update default port to 8465 which has no commonly used TCP application to avoid collisions.
This commit is contained in:
parent
2d7d0e8d10
commit
5c28058d4a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const (
|
|||
defaultNetwork = "mainnet"
|
||||
defaultMinimumMonitor = time.Hour * 24 * 7 * 4 // four weeks in hours
|
||||
defaultDebugLevel = "info"
|
||||
defaultRPCListen = "localhost:8419"
|
||||
defaultRPCListen = "localhost:8465"
|
||||
)
|
||||
|
||||
type config struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue