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

[INLONG-750] Improve master.ini and broker.ini #554

Merged
merged 1 commit into from
Jul 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions inlong-tubemq/conf/broker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
; unique id of broker server, required; when set to 0, TubeMQ will retrieve
; localhost IP, convert to int and set as brokerID
brokerId=1
; default network interface used to get localhost IP, optional; default is eth1
;defEthName=eth1
; hostname of broker server, required
hostName=127.0.0.1
; port that broker server listens to, optional; default is 8123
Expand Down
2 changes: 1 addition & 1 deletion inlong-tubemq/conf/master.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
; host address of master, required; must be configured at network card, enabled
hostName=127.0.0.1
; port that master listens to, optional; default is 8715
port=8000
port=8715
gosonzhang marked this conversation as resolved.
Show resolved Hide resolved
; port that master web console listens to
webPort=8080
; interval of re-balance, optional; default is 30000ms
Expand Down