satellite/console: enable object flow by default (#4298)

This commit is contained in:
Igor 2021-11-29 16:43:37 +02:00 committed by GitHub
parent 99deec47b6
commit 4daaa9503e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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