Skip to content

Commit

Permalink
fix: examples and howto file
Browse files Browse the repository at this point in the history
Changes service info api port from 8089 to 8083 for consistency
  • Loading branch information
EliadCohen authored and nullr0ute committed Oct 9, 2024
1 parent c07cd99 commit 8bcd8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion examples/config/owner-onboarding-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8bcd8df

Please sign in to comment.