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

soulbird pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-go-plugin-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new bd5d11f  ci: sync APISIX's config (#108)
bd5d11f is described below

commit bd5d11f7ab59f518cdee030522e34a6fe787b7a0
Author: soulbird <[email protected]>
AuthorDate: Fri Sep 23 18:02:34 2022 +0800

    ci: sync APISIX's config (#108)
    
    Co-authored-by: soulbird <[email protected]>
---
 ci/apisix/config.yaml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/ci/apisix/config.yaml b/ci/apisix/config.yaml
index bfd1607..4c46e06 100644
--- a/ci/apisix/config.yaml
+++ b/ci/apisix/config.yaml
@@ -15,18 +15,18 @@
 # limitations under the License.
 #
 
-apisix:
-  allow_admin:
-    - 0.0.0.0/0
-  enable_control: true
-  control:
-    ip: "0.0.0.0"
-    port: 9092
-  admin_key:
-    - name: admin
-      key: edd1c9f034335f136f87ad84b625c8f1
-      role: admin
 deployment:
+  admin:
+    allow_admin:
+      - 0.0.0.0/0
+    enable_control: true
+    control:
+      ip: "0.0.0.0"
+      port: 9092
+    admin_key:
+      - name: admin
+        key: edd1c9f034335f136f87ad84b625c8f1
+        role: admin
   etcd:
     host:
       - "http://etcd:2379";

Reply via email to