Skip to content

Commit 178f273

Browse files
AchoArnoldCopilot
andcommitted
chore: add Axiom env vars to .env.docker
Add AXIOM_TOKEN and AXIOM_DATASET configuration. Mark UPTRACE_DSN as deprecated but keep for rollback. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2f38e28 commit 178f273

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

api/.env.docker

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,15 @@ REDIS_URL=redis://@redis:6379
5555
# Google Cloud Storage bucket for MMS attachments. Leave empty to use in-memory storage.
5656
GCS_BUCKET_NAME=
5757

58-
# [optional] If you would like to use uptrace.dev for distributed tracing, you can set the DSN here.
59-
# This is optional and you can leave it empty if you don't want to use uptrace
58+
# [deprecated] Uptrace DSN - kept for rollback. Use AXIOM_TOKEN/AXIOM_DATASET instead.
6059
UPTRACE_DSN=
6160

61+
# Axiom observability configuration
62+
# API token for Axiom (required for logging, traces, and metrics in production)
63+
AXIOM_TOKEN=
64+
# Dataset name in Axiom where logs, traces, and metrics are sent
65+
AXIOM_DATASET=
66+
6267

6368
# [optional] Websocket configuration for https://pusher.com if you will like to frontend to update in real time
6469
PUSHER_APP_ID=

0 commit comments

Comments
 (0)