File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ENV=production
1+ ENV=local
22
33# This is the project-id of the firebase project you created in the setup instructions
44GCP_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.
5656GCS_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)
6360AXIOM_TOKEN=
6461# Dataset for logs and traces (e.g. "events")
Original file line number Diff line number Diff line change 1- ENV = production
1+ ENV = local
22GCP_PROJECT_ID = httpsms-test
33USE_HTTP_LOGGER = true
44ENTITLEMENT_ENABLED = false
You can’t perform that action at this time.
0 commit comments