satellite/console: enable project level passphrase by default

Enable project level passphrase by default.

Issue:
https://github.com/storj/storj/issues/5456

Change-Id: I8c08f2d81a3ce1b5e0134172b7440309b850c5c2
This commit is contained in:
Vitalii 2023-01-18 15:32:20 +02:00
parent b022f371d2
commit 65a090d111
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ type Config struct {
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"`
NewEncryptionPassphraseFlowEnabled bool `help:"indicates if new encryption passphrase flow is enabled" default:"false"`
NewEncryptionPassphraseFlowEnabled bool `help:"indicates if new encryption passphrase flow is enabled" default:"true"`
OauthCodeExpiry time.Duration `help:"how long oauth authorization codes are issued for" default:"10m"`
OauthAccessTokenExpiry time.Duration `help:"how long oauth access tokens are issued for" default:"24h"`

View File

@ -245,7 +245,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0
# console.new-billing-screen: true
# indicates if new encryption passphrase flow is enabled
# console.new-encryption-passphrase-flow-enabled: false
# console.new-encryption-passphrase-flow-enabled: true
# indicates if new project dashboard should be used
# console.new-project-dashboard: true