Skip to content

Commit

Permalink
fixed the gateway name for the user-agent (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyALeonov authored Mar 22, 2024
1 parent 87822c8 commit 99d23b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dcs/code/partner-program-tools/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ UserAgent can only be configured during setup:
gateway setup --client.user-agent "MyCompany"
```

or by adding or updating the following lines of the uplink configuration yaml (the default path for the `config.yaml` can be checked with `gateway setup --help` command, see default value for `--config-dir` option in the output):
or by adding or updating the following lines of the gateway configuration yaml (the default path for the `config.yaml` can be checked with `gateway setup --help` command, see default value for `--config-dir` option in the output):

```yaml
# User-Agent used for connecting to the satellite
Expand Down

0 comments on commit 99d23b5

Please sign in to comment.