satellite/console: Enable gallery view and limits area by default (#6177)
This commit is contained in:
parent
b9206b1844
commit
792bb113bc
@ -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:""`
|
||||
|
||||
|
4
scripts/testdata/satellite-config.yaml.lock
vendored
4
scripts/testdata/satellite-config.yaml.lock
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user