This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new 058c485 Add document for set IP address by environment variable
(#1081) (#1111)
058c485 is described below
commit 058c48500904d7b5e5a382064e153a7ded83bf9e
Author: Tboy <[email protected]>
AuthorDate: Sat Jul 18 01:31:46 2020 +0800
Add document for set IP address by environment variable (#1081) (#1111)
---
docs/content/faq/_index.cn.md | 5 +++++
docs/content/features/{jobt-ype.cn.md => job-type.cn.md} | 0
docs/content/features/{jobt-ype.en.md => job-type.en.md} | 0
3 files changed, 5 insertions(+)
diff --git a/docs/content/faq/_index.cn.md b/docs/content/faq/_index.cn.md
index e1bb618..ec4fe05 100644
--- a/docs/content/faq/_index.cn.md
+++ b/docs/content/faq/_index.cn.md
@@ -127,3 +127,8 @@ ElasticJob 并未包含 Spring 的依赖,请用户自行添加需要的版本
* 新增作业时,必须先发布打包部署后的作业APP。
* 作业配置参数cpuCount,memoryMB分别代表作业运行时需要用到的CPU及内存。
+
+## 15. 对于多网卡的机器,任务启动如何获取IP或是否可配置网卡信息?
+
+回答:
+ElasticJob默认获取网卡列表中第一个非回环可用IPV4的地址。当用户配置多网卡后,可通过设置系统变量(elasticjob.preferred.network.interface)获取指定网卡地址。
diff --git a/docs/content/features/jobt-ype.cn.md
b/docs/content/features/job-type.cn.md
similarity index 100%
rename from docs/content/features/jobt-ype.cn.md
rename to docs/content/features/job-type.cn.md
diff --git a/docs/content/features/jobt-ype.en.md
b/docs/content/features/job-type.en.md
similarity index 100%
rename from docs/content/features/jobt-ype.en.md
rename to docs/content/features/job-type.en.md