Skip to content

Commit

Permalink
env example correction
Browse files Browse the repository at this point in the history
  • Loading branch information
aritro66 committed Jan 3, 2024
1 parent c98b6d9 commit 3eed9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ POSTGRES_PASSWORD: postgres
REDISURL: redis
DATABASE_HOST: postgres
DATABASE_SSL: false
YOUR_WORKSPACE_SECRET_KEY: xyz
KM_WORKSPACE_SECRET: YOUR_WORKSPACE_SECRET_KEY
2 changes: 1 addition & 1 deletion otel-collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exporters:
otlphttp:
endpoint: https://otel.kloudmate.com:4318
headers:
Authorization: ${YOUR_WORKSPACE_SECRET_KEY}
Authorization: ${KM_WORKSPACE_SECRET}

processors:
batch:
Expand Down

0 comments on commit 3eed9aa

Please sign in to comment.