nfrankel commented on code in PR #10021:
URL: https://github.com/apache/apisix/pull/10021#discussion_r1293688402


##########
docs/en/latest/profile.md:
##########
@@ -57,15 +57,27 @@ export APISIX_NODE_LISTEN=8132
 export DEPLOYMENT_ADMIN_ADMIN_LISTEN=9232
 ```
 

Review Comment:
   I know it sounds stupid, but please sum up like: at this point, Apisix 
listens on port 8132 and ...



##########
docs/en/latest/profile.md:
##########
@@ -57,15 +57,27 @@ export APISIX_NODE_LISTEN=8132
 export DEPLOYMENT_ADMIN_ADMIN_LISTEN=9232
 ```
 
-If you don't set these environment variables, the configuration will use the 
default values provided.
+To use default values if no environment variables are set, you can add it to 
your configuration file as shown below:
+
+```yaml title="config.yaml"
+apisix:
+  node_listen:
+    - ${{APISIX_NODE_LISTEN:=9080}}                 
+deployment:
+  admin:
+    admin_listen:
+      port: ${{DEPLOYMENT_ADMIN_ADMIN_LISTEN:=9180}} 
+```
 

Review Comment:
   Likewise, please sum up



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to