Skip to content

Commit

Permalink
fix default stream server url
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukaihan committed Oct 19, 2024
1 parent b62bcd2 commit 759cf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/experiment/local/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func fillConfigDefaults(c *Config) *Config {
switch c.ServerZone {
case USServerZone:
c.ServerUrl = DefaultConfig.ServerUrl
c.StreamServerUrl = DefaultConfig.ServerUrl
c.StreamServerUrl = DefaultConfig.StreamServerUrl
case EUServerZone:
c.ServerUrl = EUFlagServerUrl
c.StreamServerUrl = EUFlagStreamServerUrl
Expand Down

0 comments on commit 759cf91

Please sign in to comment.