Skip to content

Commit b7499e1

Browse files
committed
fix: add quotes
1 parent 26559da commit b7499e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginx-one/connect-instances/set-up-nginx-proxy-for-nginx-one.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To set up your other NGINX instances to use the proxy instance to connect to NGI
8181
port: 5000
8282
auth:
8383
# Replace YOUR_DATA_PLANE_KEY_HERE with your NGINX One Console data plane key.
84-
token: YOUR_DATA_PLANE_KEY_HERE
84+
token: "YOUR_DATA_PLANE_KEY_HERE"
8585
tls:
8686
skip_verify: False
8787
server_name: "agent.connect.nginx.com"

0 commit comments

Comments
 (0)