We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e169d6 commit 8a954b2Copy full SHA for 8a954b2
1 file changed
sdks/apigw-manager/docs/sync_apigateway.md
@@ -150,12 +150,12 @@ stages:
150
backends:
151
- name: "default"
152
config:
153
- timeout: 60
154
- loadbalance: "roundrobin"
155
- hosts:
156
- # 网关调用后端服务的默认域名或IP,不包含Path,比如: http://api.example.com
157
- - host: ""
158
- weight: 100
+ timeout: 60
+ loadbalance: "roundrobin"
+ hosts:
+ # 网关调用后端服务的默认域名或IP,不包含Path,比如: http://api.example.com
+ - host: ""
+ weight: 100
159
160
- name: "service1"
161
0 commit comments