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

traky pushed a commit to branch docs-patch-deployment
in repository https://gitbox.apache.org/repos/asf/apisix.git

commit b3787ea1c0cbaf3ec659fa2014ddd6d7c888ec17
Author: Traky Deng <[email protected]>
AuthorDate: Mon Dec 22 11:22:14 2025 +0800

    add etcd host config to decoupled mode docs
---
 docs/en/latest/deployment-modes.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/en/latest/deployment-modes.md 
b/docs/en/latest/deployment-modes.md
index df316e22c..2d747dcf6 100644
--- a/docs/en/latest/deployment-modes.md
+++ b/docs/en/latest/deployment-modes.md
@@ -84,6 +84,9 @@ deployment:
     role: data_plane
     role_data_plane:
        config_provider: etcd
+    etcd:
+       host:
+           - https://${etcd_IP}:${etcd_Port}
 #END
 ```
 

Reply via email to