satellite/console: Enable new onboarding workflow (#4222)

This commit is contained in:
littleskunk 2021-10-15 21:07:35 +02:00 committed by GitHub
parent d7812a3b17
commit 016ac75052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ type Config struct {
CSPEnabled bool `help:"indicates if Content Security Policy is enabled" devDefault:"false" releaseDefault:"true"`
LinksharingURL string `help:"url link for linksharing requests" default:"https://link.us1.storjshare.io"`
PathwayOverviewEnabled bool `help:"indicates if the overview onboarding step should render with pathways" default:"true"`
NewOnboarding bool `help:"indicates if new onboarding flow should be rendered" default:"false"`
NewOnboarding bool `help:"indicates if new onboarding flow should be rendered" default:"true"`
// RateLimit defines the configuration for the IP and userID rate limiters.
RateLimit web.RateLimiterConfig

View File

@ -128,7 +128,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0
# console.linksharing-url: https://link.us1.storjshare.io
# indicates if new onboarding flow should be rendered
# console.new-onboarding: false
# console.new-onboarding: true
# enable open registration
# console.open-registration-enabled: false