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 2425
2425
},
2426
2426
"endpointHost" : {
2427
2427
"type" : " string" ,
2428
- "default" : " product .connect.nginx.com" ,
2429
- "title" : " FQDN or IP for connecting to NGINX One SaaS Console" ,
2428
+ "default" : " agent .connect.nginx.com" ,
2429
+ "title" : " FQDN or IP for connecting to NGINX One Console" ,
2430
2430
"examples" : [
2431
- " product .connect.nginx.com"
2431
+ " agent .connect.nginx.com"
2432
2432
]
2433
2433
},
2434
2434
"endpointPort" : {
Original file line number Diff line number Diff line change @@ -696,7 +696,7 @@ nginxAgent:
696
696
# Agent V3 configuration
697
697
# Dataplane key is required to authenticate NGINX Agent with NGINX One Console
698
698
dataplaneKeySecretName : " "
699
- endpointHost : " product .connect.nginx.com"
699
+ endpointHost : " agent .connect.nginx.com"
700
700
endpointPort : 443
701
701
tlsSkipVerify : false
702
702
You can’t perform that action at this time.
0 commit comments