satellite/console: enable object flow by default (#4298)
This commit is contained in:
parent
99deec47b6
commit
4daaa9503e
@ -95,7 +95,7 @@ type Config struct {
|
||||
NewOnboarding bool `help:"indicates if new onboarding flow should be rendered" default:"true"`
|
||||
NewNavigation bool `help:"indicates if new navigation structure should be rendered" default:"true"`
|
||||
NewBrowser bool `help:"indicates if new browser should be used" default:"true"`
|
||||
NewObjectsFlow bool `help:"indicates if new objects flow should be used" default:"false"`
|
||||
NewObjectsFlow bool `help:"indicates if new objects flow should be used" default:"true"`
|
||||
|
||||
// RateLimit defines the configuration for the IP and userID rate limiters.
|
||||
RateLimit web.RateLimiterConfig
|
||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -167,7 +167,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0
|
||||
# console.new-navigation: true
|
||||
|
||||
# indicates if new objects flow should be used
|
||||
# console.new-objects-flow: false
|
||||
# console.new-objects-flow: true
|
||||
|
||||
# indicates if new onboarding flow should be rendered
|
||||
# console.new-onboarding: true
|
||||
|
Loading…
Reference in New Issue
Block a user