-
Notifications
You must be signed in to change notification settings - Fork 312
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
Changes from 2 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
61cf1a1
1
Smityz c456325
1
Smityz dc8184a
run.sh
Smityz ae72dda
1
Smityz 75ac113
run.sh
Smityz 0775e1f
Merge branch 'fixbug' of github.com:Smityz/pegasus into fixbug
Smityz 5b9018e
run.sh
Smityz ce8d5f7
run.sh
Smityz 991c835
run.sh
Smityz defdeba
run.sh
Smityz ead9d2f
1
Smityz 53666ef
1
Smityz 0c1bdfd
1
Smityz 65695f7
1
Smityz 72cd14e
1
Smityz 0fde449
1
Smityz 861daaf
1
Smityz 8f7aa87
1
Smityz b19efe1
Merge branch 'fixbug-dev' into fixbug
Smityz 0fe223e
1
Smityz 0c4759c
1
Smityz 5376fbe
1
Smityz 46a8033
1
Smityz ac87751
1
Smityz ab60a54
1
Smityz e8c3588
1
Smityz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule rdsn
updated
15 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
先查为什么travis上LOCAL_IP不会被替换