first commit

This commit is contained in:
zzw
2026-08-05 17:37:32 +08:00
commit 38be479cef
72 changed files with 15670 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
routes:
- id: bff
name: bff
uris:
- /admin/*
- /api/*
- /app/*
methods:
- GET
- POST
- PUT
- OPTIONS
upstream:
type: roundrobin
nodes:
"bff:10000": 1
#END
+13
View File
@@ -0,0 +1,13 @@
apisix:
node_listen: 9080
enable_ipv6: false
plugins:
- proxy-rewrite
- cors
- limit-req
deployment:
role: data_plane
role_data_plane:
config_provider: yaml