You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/05/24 12:54:39 UTC

[incubator-inlong-website] branch master updated: [INLONG-1839][Doc] Add defEthName config guide (#383)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new fc7746b99 [INLONG-1839][Doc] Add defEthName config guide (#383)
fc7746b99 is described below

commit fc7746b990c900494ed77bfa7d5cd36984b3ac71
Author: dockerzhang <do...@apache.org>
AuthorDate: Tue May 24 20:54:33 2022 +0800

    [INLONG-1839][Doc] Add defEthName config guide (#383)
    
    Co-authored-by: healzhou <he...@gmail.com>
---
 docs/modules/tubemq/quick_start.md                                       | 1 +
 .../docusaurus-plugin-content-docs/current/modules/tubemq/quick_start.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/docs/modules/tubemq/quick_start.md b/docs/modules/tubemq/quick_start.md
index ae362e403..e19162993 100644
--- a/docs/modules/tubemq/quick_start.md
+++ b/docs/modules/tubemq/quick_start.md
@@ -86,6 +86,7 @@ brokerId=0
 hostName=YOUR_SERVER_IP                 // replaced with your server IP
 port=8123
 webPort=8081
+defEthName=eth1                         // default network interface used to get localhost IP
 ```
 - Master Address
 ```ini
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/tubemq/quick_start.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/tubemq/quick_start.md
index af4365a72..c5732c8fe 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/tubemq/quick_start.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/tubemq/quick_start.md
@@ -82,6 +82,7 @@ brokerId=0
 hostName=YOUR_SERVER_IP                 // 替换为当前主机IP,broker目前只支持IP
 port=8123
 webPort=8081
+defEthName=eth1                         // 获取真实 IP 的网卡
 ```
 
 - Master地址