first commit
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user