Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions conf/.env
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,14 @@ ATOM_FEEDS=true
NODEINFO=true
WEBFINGER=true

# Mail Configuration (Post-Installer)
MAIL_DRIVER=sendmail
MAIL_HOST=127.0.0.1
MAIL_PORT=25
## Mail Configuration (Post-Installer)
# https://docs.pixelfed.org/running-pixelfed/installation.html#email-variables
MAIL_DRIVER=smtp
MAIL_HOST=__DOMAIN__
MAIL_PORT=587
MAIL_USERNAME=__APP__
MAIL_PASSWORD=__MAIL_PWD__
MAIL_ENCRYPTION=null
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="__APP__@__DOMAIN__"
MAIL_FROM_NAME="Pixelfed"

Expand All @@ -104,7 +105,6 @@ FILESYSTEM_CLOUD=s3
#AWS_ENDPOINT=
#AWS_USE_PATH_STYLE_ENDPOINT=false


## Experimental Configuration
EXP_EMC=true

Expand Down