Skip to content

Commit 82c8869

Browse files
committed
chore: r
Signed-off-by: ashing <[email protected]>
1 parent ee796ab commit 82c8869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/samples/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ingress_status_address: [] # The status address of the ingress.
1212
gateway_configs: # The configuration of the API7 Gateway.
1313
- name: api7 # The name of the Gateway in the Gateway API.
1414
control_plane:
15-
admin_key: "a7adm-qqEncKkktQFWrSdF8bGpDzjcRDbVFYgRXSBSPCzpVZZkc7pags-70be7645fdf94c3c8e4d656c2334bd8b" # The admin key of the control plane.
15+
admin_key: "${ADMIN_KEY}" # The admin key of the control plane.
1616
endpoints:
17-
- https://172.18.0.6:7443 # The endpoint of the control plane.
17+
- ${ENDPOINT} # The endpoint of the control plane.
1818
tls_verify: false
1919
addresses: # record the status address of the gateway-api gateway
2020
- "172.18.0.4" # The LB IP of the gateway service.

0 commit comments

Comments
 (0)