satellite/console: Default NewProjectDashboard to "true"

We have enabled the new project dashboard in production. Change the
default to true so that we do not need an explicit configuration in
prod.

Change-Id: I0f93773965283e7b0682f6586685224281cbf78c
This commit is contained in:
Moby von Briesen 2022-07-26 12:03:40 -04:00 committed by Maximillian von Briesen
parent e5877fa3e1
commit 3f6bf64af9
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.storjshare.io" devDefault:""`
PathwayOverviewEnabled bool `help:"indicates if the overview onboarding step should render with pathways" default:"true"`
NewProjectDashboard bool `help:"indicates if new project dashboard should be used" default:"false"`
NewProjectDashboard bool `help:"indicates if new project dashboard should be used" default:"true"`
NewObjectsFlow bool `help:"indicates if new objects flow should be used" default:"true"`
NewAccessGrantFlow bool `help:"indicates if new access grant flow should be used" default:"true"`
NewBillingScreen bool `help:"indicates if new billing screens should be used" default:"false"`

View File

@ -215,7 +215,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0
# console.new-objects-flow: true
# indicates if new project dashboard should be used
# console.new-project-dashboard: false
# console.new-project-dashboard: true
# how long oauth access tokens are issued for
# console.oauth-access-token-expiry: 24h0m0s