spacewander commented on code in PR #7355:
URL: https://github.com/apache/apisix/pull/7355#discussion_r910622045
##########
apisix/core/utils.lua:
##########
@@ -253,6 +253,13 @@ function _M.gethostname()
return hostname
end
+ local local_conf = config_local.local_conf()
Review Comment:
Why do we need to configure the hostname in an API gateway instead of the
environment it is running on? This way is an anti-pattern.
--
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]