Skip to content

Commit

Permalink
Clarified --polaris-hostname and --polaris-api-hostname usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed Oct 23, 2024
1 parent 4d44ff1 commit cc022af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/simple_polaris_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ DEFINE_string(polaris_unique_id, "",
DEFINE_string(
polaris_hostname, "",
"Specify an alternate hostname to use when connecting to the Polaris "
"corrections network. If blank, use the default hostname.");
"corrections network. This may be useful when connecting to a regional "
"endpoint in the EU or APAC. If blank, use the default hostname.");

DEFINE_string(
polaris_api_hostname, "",
"Specify an alternate hostname to use when connecting to the Polaris "
"authentication API server. If blank, use the default hostname.");
"authentication API server. Specifying a custom API hostname is not "
"common, and is intended primarily for development purposes. If blank, use "
"the default hostname.");

PolarisClient* polaris_client = nullptr;

Expand Down

0 comments on commit cc022af

Please sign in to comment.