You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2020/08/19 10:06:08 UTC

[apisix-dashboard] branch master updated: fix: mv config.yml to config-default.yml in the latest version of apisix (#383)

This is an automated email from the ASF dual-hosted git repository.

kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 077bad7  fix: mv config.yml to config-default.yml in the latest version of apisix (#383)
077bad7 is described below

commit 077bad7cc0e57f2ca7e0b02be51ccd2247adbd39
Author: kv <gx...@163.com>
AuthorDate: Wed Aug 19 18:04:07 2020 +0800

    fix: mv config.yml to config-default.yml in the latest version of apisix (#383)
---
 compose/gen-config-yaml.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose/gen-config-yaml.sh b/compose/gen-config-yaml.sh
index 374b245..92b696e 100755
--- a/compose/gen-config-yaml.sh
+++ b/compose/gen-config-yaml.sh
@@ -21,7 +21,7 @@ export etcd_url='http://192.17.5.10:2379'
 
 unamestr=`uname`
 
-wget https://raw.githubusercontent.com/apache/apisix/master/conf/config.yaml
+wget https://raw.githubusercontent.com/apache/apisix/master/conf/config-default.yaml
 
 if [[ "$unamestr" == 'Darwin' ]]; then
    sed -i '' -e ':a' -e 'N' -e '$!ba' -e "s/allow_admin[a-z: #\/._]*\n\( *- [0-9a-zA-Z: #\/._',]*\n*\)*//g" config.yaml