diff options
| author | yalh76 <yalh@yahoo.com> | 2019-05-12 20:32:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-12 20:32:49 +0200 |
| commit | f6bf3f01c9bbe6862cb8360e05245672e33963e5 (patch) | |
| tree | 0cf3ea06df3f1b5f6206d51518f805a481417117 /conf/.env.production.sample | |
| parent | 0e6fcf1700e12399fea0bf3ba0c91a71f0bec9cc (diff) | |
| parent | c857d70f73587852cacc608a4e140b5b6b2b9e87 (diff) | |
| download | mastodon_ynh-f6bf3f01c9bbe6862cb8360e05245672e33963e5.tar.gz mastodon_ynh-f6bf3f01c9bbe6862cb8360e05245672e33963e5.tar.bz2 mastodon_ynh-f6bf3f01c9bbe6862cb8360e05245672e33963e5.zip | |
Merge pull request #140 from YunoHost-Apps/example_ynh
Example ynh
Diffstat (limited to 'conf/.env.production.sample')
| -rw-r--r-- | conf/.env.production.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample index c15eb4a..203b74b 100644 --- a/conf/.env.production.sample +++ b/conf/.env.production.sample @@ -70,7 +70,7 @@ SMTP_PORT=25 #SMTP_PASSWORD= SMTP_FROM_ADDRESS=__SMTP_FROM_ADDRESS__ #SMTP_DOMAIN= # defaults to LOCAL_DOMAIN -#SMTP_DELIVERY_METHOD=smtp # delivery method can also be sendmail +SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp SMTP_AUTH_METHOD=none #SMTP_CA_FILE=/etc/ssl/certs/ca-certificates.crt SMTP_OPENSSL_VERIFY_MODE=none |
