Skip to content

Commit

Permalink
Update setup instructions with correct environment vars (#18379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari authored Jun 2, 2023
1 parent d6fe9d6 commit 5339c68
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/en/observability_pipelines/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ There are no provider-specific requirements for RPM-based Linux.
```
sudo cat <<-EOF > /etc/default/observability-pipelines-worker
DD_API_KEY: <API_KEY>
DD_OP_PIPELINE_ID: <PIPELINE_ID>
DD_SITE: <SITE>
DD_API_KEY=<API_KEY>
DD_OP_PIPELINE_ID=<PIPELINE_ID>
DD_SITE=<SITE>
EOF
```
Expand Down Expand Up @@ -201,9 +201,9 @@ There are no provider-specific requirements for RPM-based Linux.

```
sudo cat <<-EOF > /etc/default/observability-pipelines-worker
DD_API_KEY: <API_KEY>
DD_OP_PIPELINE_ID: <PIPELINE_ID>
DD_SITE: <SITE>
DD_API_KEY=<API_KEY>
DD_OP_PIPELINE_ID=<PIPELINE_ID>
DD_SITE=<SITE>
EOF
```
Expand Down

0 comments on commit 5339c68

Please sign in to comment.