storj/storj: more domain changes
Change-Id: I91ae3bc36be38c27269f9e6e678fa3616b8e4d53
This commit is contained in:
parent
569942c04d
commit
f3c8cac1ee
@ -45,9 +45,9 @@ func PromptForAccessName() (string, error) {
|
||||
// PromptForSatellite handles user input for a satellite address to be used with wizards.
|
||||
func PromptForSatellite(cmd *cobra.Command) (string, error) {
|
||||
satellites := []string{
|
||||
"12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us-central-1.tardigrade.io:7777",
|
||||
"12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs@europe-west-1.tardigrade.io:7777",
|
||||
"121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6@asia-east-1.tardigrade.io:7777",
|
||||
"12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S@us1.storj.io:7777",
|
||||
"12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs@eu1.storj.io:7777",
|
||||
"121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6@ap1.storj.io:7777",
|
||||
}
|
||||
|
||||
_, err := fmt.Print("Select your satellite:\n")
|
||||
@ -179,7 +179,7 @@ Enter your encryption passphrase: `)
|
||||
// PromptForTracing handles user input for consent to turn on tracing to be used with wizards.
|
||||
func PromptForTracing() (bool, error) {
|
||||
_, err := fmt.Printf(`
|
||||
With your permission, Tardigrade can automatically collect analytics information from your uplink CLI and send it to Storj Labs (makers of Tardigrade) to help improve the quality and performance of our products. This information is sent only with your consent and is submitted anonymously to Storj Labs: (y/n)
|
||||
With your permission, Storj can automatically collect analytics information from your uplink CLI to help improve the quality and performance of our products. This information is sent only with your consent and is submitted anonymously to Storj Labs: (y/n)
|
||||
`)
|
||||
if err != nil {
|
||||
return false, err
|
||||
|
@ -33,7 +33,7 @@ var shareCfg struct {
|
||||
NotAfter string `help:"disallow access after this time (e.g. '+2h', '2020-01-02T15:01:01-01:00')" basic-help:"true"`
|
||||
AllowedPathPrefix []string `help:"whitelist of path prefixes to require, overrides the [allowed-path-prefix] arguments"`
|
||||
ExportTo string `default:"" help:"path to export the shared access to" basic-help:"true"`
|
||||
BaseURL string `default:"https://link.tardigradeshare.io" help:"the base url for link sharing" basic-help:"true"`
|
||||
BaseURL string `default:"https://link.us1.storjshare.io" help:"the base url for link sharing" basic-help:"true"`
|
||||
|
||||
Register bool `default:"false" help:"if true, creates and registers access grant" basic-help:"true"`
|
||||
URL bool `default:"false" help:"if true, returns a url for the shared path. implies --register and --public" basic-help:"true"`
|
||||
|
@ -88,7 +88,7 @@ type Config struct {
|
||||
CouponCodeUIEnabled bool `help:"indicates if user is allowed to add coupon codes to account" default:"false"`
|
||||
FileBrowserFlowDisabled bool `help:"indicates if file browser flow is disabled" default:"false"`
|
||||
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.tardigradeshare.io"`
|
||||
LinksharingURL string `help:"url link for linksharing requests" default:"https://link.us1.storjshare.io"`
|
||||
PathwayOverviewEnabled bool `help:"indicates if the overview onboarding step should render with pathways" default:"true"`
|
||||
|
||||
RateLimit web.IPRateLimiterConfig
|
||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -125,7 +125,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
|
||||
|
||||
# url link for linksharing requests
|
||||
# console.linksharing-url: https://link.tardigradeshare.io
|
||||
# console.linksharing-url: https://link.us1.storjshare.io
|
||||
|
||||
# enable open registration
|
||||
# console.open-registration-enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user