Skip to content

Commit

Permalink
Update sync_apigateway.md (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Oct 29, 2024
1 parent 4e169d6 commit 8a954b2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sdks/apigw-manager/docs/sync_apigateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ stages:
backends:
- name: "default"
config:
timeout: 60
loadbalance: "roundrobin"
hosts:
# 网关调用后端服务的默认域名或IP,不包含Path,比如: http://api.example.com
- host: ""
weight: 100
timeout: 60
loadbalance: "roundrobin"
hosts:
# 网关调用后端服务的默认域名或IP,不包含Path,比如: http://api.example.com
- host: ""
weight: 100

- name: "service1"
config:
Expand Down

0 comments on commit 8a954b2

Please sign in to comment.