File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2333
2333
},
2334
2334
"endpointHost" : {
2335
2335
"type" : " string" ,
2336
- "default" : " product .connect.nginx.com" ,
2337
- "title" : " FQDN or IP for connecting to NGINX One SaaS Console" ,
2336
+ "default" : " agent .connect.nginx.com" ,
2337
+ "title" : " FQDN or IP for connecting to NGINX One Console" ,
2338
2338
"examples" : [
2339
- " product .connect.nginx.com"
2339
+ " agent .connect.nginx.com"
2340
2340
]
2341
2341
},
2342
2342
"endpointPort" : {
Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ nginxAgent:
670
670
# Agent V3 configuration
671
671
# Dataplane key is required to authenticate NGINX Agent with NGINX One Console
672
672
dataplaneKeySecretName : " "
673
- endpointHost : " product .connect.nginx.com"
673
+ endpointHost : " agent .connect.nginx.com"
674
674
endpointPort : 443
675
675
tlsSkipVerify : false
676
676
You can’t perform that action at this time.
0 commit comments