Skip to content

Commit a2e3e36

Browse files
committed
Remove uptrace config
1 parent 03ac74b commit a2e3e36

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

api/.env.docker

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ENV=production
1+
ENV=local
22

33
# This is the project-id of the firebase project you created in the setup instructions
44
GCP_PROJECT_ID=httpsms-docker
@@ -55,10 +55,7 @@ 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-
# [deprecated] Uptrace DSN - kept for rollback. Use AXIOM_TOKEN/AXIOM_DATASET instead.
59-
UPTRACE_DSN=
60-
61-
# Axiom observability configuration
58+
# [Optional] Axiom observability configuration
6259
# API token for Axiom (required for logging, traces, and metrics in production)
6360
AXIOM_TOKEN=
6461
# Dataset for logs and traces (e.g. "events")

tests/.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ENV=production
1+
ENV=local
22
GCP_PROJECT_ID=httpsms-test
33
USE_HTTP_LOGGER=true
44
ENTITLEMENT_ENABLED=false

0 commit comments

Comments
 (0)