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 2020/02/11 05:19:58 UTC

[GitHub] [incubator-apisix] membphis commented on issue #1117: CLI: set default value when render `nginx.conf`

membphis commented on issue #1117: CLI: set default value when render `nginx.conf`
URL: https://github.com/apache/incubator-apisix/issues/1117#issuecomment-584481892
 
 
   The `conf/config.yaml` is a user configuration file. When the APISIX version is upgraded, the users would like to reuse the old `config.yaml` file.  At this time, some new configuration items should use the default 
    values.
   
   We can use `jsonschema` to complete the valid check of parameter values and set the correct default values, without having to deal with a configuration item individually in the CLI.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services