diff --git a/HOWTO.md b/HOWTO.md index ce035bc5f..4eff8ad09 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -458,7 +458,7 @@ report_to_rendezvous_endpoint_enabled: false ov_registration_period: 600 ov_re_registration_window: 61 bind: 0.0.0.0:8081 -service_info_api_url: "http://localhost:8089/device_info" +service_info_api_url: "http://localhost:8083/device_info" service_info_api_authentication: None ``` diff --git a/examples/config/owner-onboarding-server.yml b/examples/config/owner-onboarding-server.yml index 5a5c823e4..efd21353b 100644 --- a/examples/config/owner-onboarding-server.yml +++ b/examples/config/owner-onboarding-server.yml @@ -15,5 +15,5 @@ owner_addresses: - dns_name: fdo.example.com report_to_rendezvous_endpoint_enabled: false bind: 0.0.0.0:8081 -service_info_api_url: "http://localhost:8089/device_info" +service_info_api_url: "http://localhost:8083/device_info" service_info_api_authentication: None