navendu-pottekkat commented on code in PR #10021:
URL: https://github.com/apache/apisix/pull/10021#discussion_r1301342724


##########
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:
   @nfrankel @monkeyDluffy6017 Done



-- 
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