We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2dd0e2 commit e4307f3Copy full SHA for e4307f3
config/samples/config.yaml
@@ -13,7 +13,7 @@ gateway_configs: # The configuration of the API7 Gateway.
13
control_plane:
14
admin_key: "${ADMIN_KEY}" # The admin key of the control plane.
15
endpoints:
16
- - ${ENDPOINT}/apisix/admin # The endpoint of the control plane.
+ - ${ENDPOINT} # The endpoint of the control plane.
17
tls_verify: false
18
addresses: # record the status address of the gateway-api gateway
19
- "172.18.0.4" # The LB IP of the gateway service.
0 commit comments