You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/03 09:58:34 UTC

[GitHub] [apisix] soulbird commented on a change in pull request #6499: feat: support for reading environment variables from yaml configuration files #5244

soulbird commented on a change in pull request #6499:
URL: https://github.com/apache/apisix/pull/6499#discussion_r818487510



##########
File path: apisix/core/config_yaml.lua
##########
@@ -27,6 +27,7 @@ local new_tab      = require("table.new")
 local check_schema = require("apisix.core.schema").check
 local profile      = require("apisix.core.profile")
 local lfs          = require("lfs")
+local file = require("apisix.cli.file")

Review comment:
       bad indent




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org