mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 03:57:28 +08:00
12 lines
198 B
YAML
12 lines
198 B
YAML
server:
|
|
config:
|
|
appCode: ""
|
|
|
|
tools:
|
|
requestTemplate:
|
|
headers:
|
|
- key: Authorization
|
|
value: "APPCODE {{.config.appCode}}"
|
|
- key: X-Ca-Nonce
|
|
value: "{{uuidv4}}"
|