diff --git a/.env.example b/.env.example index 6931f9f..24c312c 100644 --- a/.env.example +++ b/.env.example @@ -36,3 +36,15 @@ UPLOAD_LOCATION=./data/ghost # Location for database data MYSQL_DATA_LOCATION=./data/mysql + +# Ghost configuration (https://ghost.org/docs/config/) + +# Email (https://ghost.org/docs/config/#mail) +# Email is critical for account creation (Staff invites), password resets and othere pieces of functionality +# Even if you aren't using Ghost's newsletters features it should be set up +# 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