tokers commented on code in PR #8898:
URL: https://github.com/apache/apisix/pull/8898#discussion_r1113732254
##########
apisix/cli/file.lua:
##########
@@ -115,6 +117,21 @@ end
_M.resolve_conf_var = resolve_conf_var
+local function replace_by_reserved_env_vars(conf)
+ -- TODO: support more reserved environment variables
+ local v = getenv("APISIX_DEPLOYMENT_ETCD_HOST")
Review Comment:
👍🏻 Good point.
--
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]