mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-31 15:10:41 +00:00
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
This commit is contained in:
20
.env.example
20
.env.example
@@ -27,10 +27,10 @@ DATABASE_PASSWORD=ghostpassword
|
|||||||
# ACTIVITYPUB_TARGET=activitypub:8080
|
# ACTIVITYPUB_TARGET=activitypub:8080
|
||||||
|
|
||||||
# Tinybird configuration
|
# Tinybird configuration
|
||||||
TINYBIRD_API_URL=https://api.tinybird.co
|
# TINYBIRD_API_URL=https://api.tinybird.co
|
||||||
TINYBIRD_TRACKER_TOKEN=p.eyJxxxxx
|
# TINYBIRD_TRACKER_TOKEN=p.eyJxxxxx
|
||||||
TINYBIRD_ADMIN_TOKEN=p.eyJxxxxx
|
# TINYBIRD_ADMIN_TOKEN=p.eyJxxxxx
|
||||||
TINYBIRD_WORKSPACE_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
# TINYBIRD_WORKSPACE_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
||||||
|
|
||||||
# Data locations
|
# Data locations
|
||||||
# Location to store uploaded data
|
# Location to store uploaded data
|
||||||
@@ -44,9 +44,9 @@ MYSQL_DATA_LOCATION=./data/mysql
|
|||||||
# SMTP Email (https://ghost.org/docs/config/#mail)
|
# SMTP Email (https://ghost.org/docs/config/#mail)
|
||||||
# Transactional email is required for logins, account creation (staff invites), password resets and other features
|
# Transactional email is required for logins, account creation (staff invites), password resets and other features
|
||||||
# This is not related to bulk mail / newsletter sending
|
# This is not related to bulk mail / newsletter sending
|
||||||
# mail__transport=SMTP
|
mail__transport=SMTP
|
||||||
# mail__options__host=smtp.example.com
|
mail__options__host=smtp.example.com
|
||||||
# mail__options__port=465
|
mail__options__port=465
|
||||||
# mail__options__secure=true
|
mail__options__secure=true
|
||||||
# mail__options__auth__user=postmaster@example.com
|
mail__options__auth__user=postmaster@example.com
|
||||||
# mail__options__auth__pass=1234567890
|
mail__options__auth__pass=1234567890
|
||||||
|
|||||||
Reference in New Issue
Block a user