This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 19d53252e6 [Fix][Doc] Modify the example of enable-dynamic-port in the
documentation. (#8331)
19d53252e6 is described below
commit 19d53252e6cf2e1ebabddbd896708e98a1232eae
Author: xiaochen <[email protected]>
AuthorDate: Wed Dec 18 20:36:13 2024 +0800
[Fix][Doc] Modify the example of enable-dynamic-port in the documentation.
(#8331)
---
docs/en/seatunnel-engine/rest-api-v2.md | 2 +-
docs/zh/seatunnel-engine/rest-api-v2.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/seatunnel-engine/rest-api-v2.md
b/docs/en/seatunnel-engine/rest-api-v2.md
index bc85d51bef..57908ce27e 100644
--- a/docs/en/seatunnel-engine/rest-api-v2.md
+++ b/docs/en/seatunnel-engine/rest-api-v2.md
@@ -21,7 +21,7 @@ seatunnel:
http:
enable-http: true
port: 8080
- enable-dynamic-port: false
+ enable-dynamic-port: true
port-range: 100
```
diff --git a/docs/zh/seatunnel-engine/rest-api-v2.md
b/docs/zh/seatunnel-engine/rest-api-v2.md
index f15ef3188a..a3d5f67ecf 100644
--- a/docs/zh/seatunnel-engine/rest-api-v2.md
+++ b/docs/zh/seatunnel-engine/rest-api-v2.md
@@ -19,7 +19,7 @@ seatunnel:
http:
enable-http: true
port: 8080
- enable-dynamic-port: false
+ enable-dynamic-port: true
port-range: 100
```