Skip to content

Commit 22af0fb

Browse files
committed
TB: Remove requirement for UUID setting
Closes https://linear.app/ghost/issue/ENG-2442/ ref TryGhost/Ghost@e97d6c0 - Ghost used to require this to set/manage a UUID in TB/clickhouse but we now use Ghost's generated one directly, instead of requiring it here - Cleaning this up because otherwise if they don't match the UI and the tracking events don't go to the same bucket
1 parent cae06d8 commit 22af0fb

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ DATABASE_PASSWORD=ghostpassword
1717

1818
# Tinybird configuration for analytics
1919
TINYBIRD_API_URL=https://api.tinybird.co
20-
TINYBIRD_ID=745d3247-e887-4873-84f7-7414ec758b83
2120
TINYBIRD_TRACKER_TOKEN=p.eyJxxxxx
2221
TINYBIRD_STATS_TOKEN=p.eyJxxxxx

compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ services:
3737
labs__trafficAnalytics: true
3838
labs__ActivityPub: true
3939
tinybird__tracker__endpoint: https://${DOMAIN:?DOMAIN environment variable is required}/.ghost/analytics/tb/web_analytics
40-
tinybird__tracker__id: ${TINYBIRD_ID:-}
4140
tinybird__tracker__datasource: analytics_events
4241
tinybird__tracker__token: ${TINYBIRD_TRACKER_TOKEN:-}
4342
tinybird__stats__endpoint: ${TINYBIRD_API_URL:-https://api.tinybird.co}
44-
tinybird__stats__id: ${TINYBIRD_ID:-}
4543
tinybird__stats__token: ${TINYBIRD_STATS_TOKEN:-}
4644
volumes:
4745
- ${UPLOAD_LOCATION:-./data/ghost}:/var/lib/ghost/content

0 commit comments

Comments
 (0)