Skip to content

Commit

Permalink
fix sentry nodes option
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdi-aouadi committed Dec 15, 2023
1 parent 217d6de commit 8c2dfe0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2509,7 +2509,14 @@ Specifies REST API listening port (HTTP). The default is 5051.
<TabItem value="Environment variable" label="Environment variable" >

```bash
TEKU_SENTRY-CONFIG_FILE=/etc/sentry-node-config.json
TEKU_SENTRY_CONFIG_FILE=/etc/sentry-node-config.json
```

</TabItem>
<TabItem value="Configuration file" label="Configuration file" >

```bash
sentry-config-file: true
```

</TabItem>
Expand Down

0 comments on commit 8c2dfe0

Please sign in to comment.