Skip to content

Commit

Permalink
add uptime tracker URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jdknives committed Nov 14, 2019
1 parent b225df8 commit ab15de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/skywire-cli/commands/node/gen-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func defaultConfig() *visor.Config {

conf.Hypervisors = []visor.HypervisorConfig{}

conf.Uptime.Tracker = ""
conf.Uptime.Tracker = "uptime-tracker.skywire.skycoin.com"

conf.AppsPath = "./apps"
conf.LocalPath = "./local"
Expand Down

0 comments on commit ab15de5

Please sign in to comment.