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