diff --git a/satellite/console/consoleweb/server.go b/satellite/console/consoleweb/server.go index bc58319b3..41691aa47 100644 --- a/satellite/console/consoleweb/server.go +++ b/satellite/console/consoleweb/server.go @@ -101,14 +101,14 @@ type Config struct { PublicLinksharingURL string `help:"url link for linksharing requests for external sharing" default:"https://link.storjshare.io" devDefault:"http://localhost:8001"` PathwayOverviewEnabled bool `help:"indicates if the overview onboarding step should render with pathways" default:"true"` AllProjectsDashboard bool `help:"indicates if all projects dashboard should be used" default:"true"` - LimitsAreaEnabled bool `help:"indicates whether limit card section of the UI is enabled" default:"false"` + LimitsAreaEnabled bool `help:"indicates whether limit card section of the UI is enabled" default:"true"` GeneratedAPIEnabled bool `help:"indicates if generated console api should be used" default:"false"` OptionalSignupSuccessURL string `help:"optional url to external registration success page" default:""` HomepageURL string `help:"url link to storj.io homepage" default:"https://www.storj.io"` NativeTokenPaymentsEnabled bool `help:"indicates if storj native token payments system is enabled" default:"false"` PricingPackagesEnabled bool `help:"whether to allow purchasing pricing packages" default:"false" devDefault:"true"` NewUploadModalEnabled bool `help:"whether to show new upload modal" default:"false"` - GalleryViewEnabled bool `help:"whether to show new gallery view" default:"false"` + GalleryViewEnabled bool `help:"whether to show new gallery view" default:"true"` UseVuetifyProject bool `help:"whether to use vuetify POC project" default:"false"` VuetifyHost string `help:"the subdomain the vuetify POC project should be hosted on" default:""` diff --git a/scripts/testdata/satellite-config.yaml.lock b/scripts/testdata/satellite-config.yaml.lock index 2ae2040a4..489eed3b3 100755 --- a/scripts/testdata/satellite-config.yaml.lock +++ b/scripts/testdata/satellite-config.yaml.lock @@ -275,7 +275,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0 # console.frontend-enable: true # whether to show new gallery view -# console.gallery-view-enabled: false +# console.gallery-view-enabled: true # url link for gateway credentials requests # console.gateway-credentials-request-url: https://auth.storjsatelliteshare.io @@ -296,7 +296,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0 # console.let-us-know-url: https://storjlabs.atlassian.net/servicedesk/customer/portals # indicates whether limit card section of the UI is enabled -# console.limits-area-enabled: false +# console.limits-area-enabled: true # url link for linksharing requests within the application # console.linksharing-url: https://link.storjsatelliteshare.io