mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
TB: Remove requirement for UUID setting
Closes https://linear.app/ghost/issue/ENG-2442/
ref e97d6c027c
- 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
This commit is contained in:
@@ -17,6 +17,5 @@ DATABASE_PASSWORD=ghostpassword
|
||||
|
||||
# Tinybird configuration for analytics
|
||||
TINYBIRD_API_URL=https://api.tinybird.co
|
||||
TINYBIRD_ID=745d3247-e887-4873-84f7-7414ec758b83
|
||||
TINYBIRD_TRACKER_TOKEN=p.eyJxxxxx
|
||||
TINYBIRD_STATS_TOKEN=p.eyJxxxxx
|
||||
|
||||
Reference in New Issue
Block a user