Skip to content

Commit

Permalink
update dmsg disc address
Browse files Browse the repository at this point in the history
  • Loading branch information
jdknives committed Oct 21, 2019
1 parent f1341e9 commit 975b89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/skyenv/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package skyenv
// Constants for default services.
const (
DefaultTpDiscAddr = "http://transport.discovery.skywire.skycoin.com"
DefaultDmsgDiscAddr = "http://messaging.discovery.skywire.skycoin.com"
DefaultDmsgDiscAddr = "http://dmsg.discovery.skywire.skycoin.com"
DefaultRouteFinderAddr = "http://routefinder.skywire.skycoin.com"
DefaultSetupPK = "026c5a07de617c5c488195b76e8671bf9e7ee654d0633933e202af9e111ffa358d"
)
Expand Down

0 comments on commit 975b89c

Please sign in to comment.