Skip to content

Commit

Permalink
enable multisync by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei Da authored and Rader committed Oct 22, 2024
1 parent 9cea778 commit 5c42c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ type Config struct {
MultiSync struct {
SaasAPIDomain string `envconfig:"OPENCSG_SAAS_API_DOMAIN" default:"https://hub.opencsg.com"`
SaasSyncDomain string `envconfig:"OPENCSG_SAAS_SYNC_DOMAIN" default:"https://sync.opencsg.com"`
Enabled bool `envconfig:"STARHUB_SERVER_MULTI_SYNC_ENABLED" default:"false"`
Enabled bool `envconfig:"STARHUB_SERVER_MULTI_SYNC_ENABLED" default:"true"`
}

Telemetry struct {
Expand Down

0 comments on commit 5c42c02

Please sign in to comment.