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/10 14:00:33 UTC

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

membphis opened a new issue #1117: CLI: set default value when render `nginx.conf`
URL: https://github.com/apache/incubator-apisix/issues/1117
 
 
   maybe we can use https://github.com/iresty/jsonschema

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

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

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #1117: CLI: set default value when render `nginx.conf`
URL: https://github.com/apache/incubator-apisix/issues/1117#issuecomment-584467410
 
 
   Can you show a example? not get your 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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [apisix] Yiyiyimu closed issue #1117: CLI: set default value when render `nginx.conf`

Posted by GitBox <gi...@apache.org>.
Yiyiyimu closed issue #1117:
URL: https://github.com/apache/apisix/issues/1117


   


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



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

Posted by GitBox <gi...@apache.org>.
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