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:
parent
b022f371d2
commit
65a090d111
@ -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"`
|
||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user