Skip to content

Commit

Permalink
Fix convention for environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
psimsa authored Jan 23, 2025
1 parent abe1b40 commit 4dd533c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ This guide assumes you have the following:
exporters:
otlp:
endpoint: ${NEW_RELIC_OPENTELEMETRY_ENDPOINT}
endpoint: ${env:NEW_RELIC_OPENTELEMETRY_ENDPOINT}
headers:
api-key: ${NEW_RELIC_LICENSE_KEY}
api-key: ${env:NEW_RELIC_LICENSE_KEY}
service:
pipelines:
Expand Down

0 comments on commit 4dd533c

Please sign in to comment.