satellite/console: Enable new onboarding workflow (#4222)
This commit is contained in:
parent
d7812a3b17
commit
016ac75052
@ -91,7 +91,7 @@ type Config struct {
|
|||||||
CSPEnabled bool `help:"indicates if Content Security Policy is enabled" devDefault:"false" releaseDefault:"true"`
|
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"`
|
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"`
|
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 defines the configuration for the IP and userID rate limiters.
|
||||||
RateLimit web.RateLimiterConfig
|
RateLimit web.RateLimiterConfig
|
||||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -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
|
# console.linksharing-url: https://link.us1.storjshare.io
|
||||||
|
|
||||||
# indicates if new onboarding flow should be rendered
|
# indicates if new onboarding flow should be rendered
|
||||||
# console.new-onboarding: false
|
# console.new-onboarding: true
|
||||||
|
|
||||||
# enable open registration
|
# enable open registration
|
||||||
# console.open-registration-enabled: false
|
# console.open-registration-enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user