Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix the invalid IP address in src/server/test/config.ini #491

Merged
merged 26 commits into from
Mar 4, 2020
4 changes: 2 additions & 2 deletions src/server/test/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -503,5 +503,5 @@ onebox = 1
onebox2 = 2

[pegasus.clusters]
onebox = @LOCAL_IP@:34701,@LOCAL_IP@:34702,@LOCAL_IP@:34703
onebox2 = @LOCAL_IP@:34701,@LOCAL_IP@:34702,@LOCAL_IP@:34703
onebox = 0.0.0.0:34701,0.0.0.0:34702,0.0.0.0:34703
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

先查为什么travis上LOCAL_IP不会被替换

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里用0.0.0.0的话,后面运行时会替换成本地ip地址吗?

onebox2 = 0.0.0.0:34701,0.0.0.0:34702,0.0.0.0:34703