Skip to content

Commit

Permalink
Skyproxy starts by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Lin committed Sep 30, 2019
1 parent fa09056 commit 0850805
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 @@ -156,7 +156,7 @@ func defaultSkyproxyConfig(passcode string) visor.AppConfig {
return visor.AppConfig{
App: skyenv.SkyproxyName,
Version: skyenv.SkyproxyVersion,
AutoStart: false,
AutoStart: true,
Port: routing.Port(skyenv.SkyproxyPort),
Args: args,
}
Expand Down

0 comments on commit 0850805

Please sign in to comment.