Skip to content

Commit e4307f3

Browse files
committed
update config samples
1 parent d2dd0e2 commit e4307f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/samples/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gateway_configs: # The configuration of the API7 Gateway.
1313
control_plane:
1414
admin_key: "${ADMIN_KEY}" # The admin key of the control plane.
1515
endpoints:
16-
- ${ENDPOINT}/apisix/admin # The endpoint of the control plane.
16+
- ${ENDPOINT} # The endpoint of the control plane.
1717
tls_verify: false
1818
addresses: # record the status address of the gateway-api gateway
1919
- "172.18.0.4" # The LB IP of the gateway service.

0 commit comments

Comments
 (0)