From ffbd4ad070945db50e3edb030ab9a1ccfbe628f8 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Sun, 3 Aug 2025 22:36:06 +0100 Subject: [PATCH] Updated commented config in .env.example - Changed mail to not be commented by default, as it is required - Changed tinybird TO be commented by default, as it is optional --- .env.example | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.env.example b/.env.example index b5b9122..3860ace 100644 --- a/.env.example +++ b/.env.example @@ -27,10 +27,10 @@ DATABASE_PASSWORD=ghostpassword # ACTIVITYPUB_TARGET=activitypub:8080 # Tinybird configuration -TINYBIRD_API_URL=https://api.tinybird.co -TINYBIRD_TRACKER_TOKEN=p.eyJxxxxx -TINYBIRD_ADMIN_TOKEN=p.eyJxxxxx -TINYBIRD_WORKSPACE_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx +# TINYBIRD_API_URL=https://api.tinybird.co +# TINYBIRD_TRACKER_TOKEN=p.eyJxxxxx +# TINYBIRD_ADMIN_TOKEN=p.eyJxxxxx +# TINYBIRD_WORKSPACE_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # Data locations # Location to store uploaded data @@ -44,9 +44,9 @@ MYSQL_DATA_LOCATION=./data/mysql # SMTP Email (https://ghost.org/docs/config/#mail) # Transactional email is required for logins, account creation (staff invites), password resets and other features # This is not related to bulk mail / newsletter sending -# mail__transport=SMTP -# mail__options__host=smtp.example.com -# mail__options__port=465 -# mail__options__secure=true -# mail__options__auth__user=postmaster@example.com -# mail__options__auth__pass=1234567890 +mail__transport=SMTP +mail__options__host=smtp.example.com +mail__options__port=465 +mail__options__secure=true +mail__options__auth__user=postmaster@example.com +mail__options__auth__pass=1234567890