-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathkong.yml
More file actions
36 lines (34 loc) · 681 Bytes
/
Copy pathkong.yml
File metadata and controls
36 lines (34 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
_format_version: "2.1"
_transform: true
# services:
# - name: my-service
# host:
# url: https://example.com
# plugins:
# - name: key-auth
routes:
- name: exit-route
paths:
- /exit
plugins:
- name: exit-plugin
config:
message: this is a message for you
- name: helloworld-route
paths:
- /helloworld
plugins:
- name: helloworld-plugin
config:
message: this is a message for you
- name: log-route
paths:
- /log
plugins:
- name: log-plugin
config:
message: this is a message for you
# consumers:
# - username: my-user
# keyauth_credentials:
# - key: my-key