diff options
| author | yalh76 <yalh@yahoo.com> | 2021-02-28 23:41:20 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2021-02-28 23:41:20 +0100 |
| commit | f6eb84a96e20920caf6393636eeb1757d0666fbe (patch) | |
| tree | 1205e74b264d50c78823905b60300bee7d0b306e /conf | |
| parent | bd5d50e8b25db7cf4f49129e5b04f53834add424 (diff) | |
| download | mastodon_ynh-f6eb84a96e20920caf6393636eeb1757d0666fbe.tar.gz mastodon_ynh-f6eb84a96e20920caf6393636eeb1757d0666fbe.tar.bz2 mastodon_ynh-f6eb84a96e20920caf6393636eeb1757d0666fbe.zip | |
fix __ADMIN_EMAIL__ missing
Diffstat (limited to 'conf')
| -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 00f7973..f41c4dc 100644 --- a/conf/.env.production.sample +++ b/conf/.env.production.sample @@ -49,7 +49,7 @@ SMTP_SERVER=localhost SMTP_PORT=25 #SMTP_LOGIN= #SMTP_PASSWORD= -SMTP_FROM_ADDRESS=__ADMIN_EMAIL__ +SMTP_FROM_ADDRESS=__ADMIN_MAIL__ #SMTP_REPLY_TO= #SMTP_DOMAIN= # defaults to LOCAL_DOMAIN SMTP_DELIVERY_METHOD=sendmail # delivery method can also be smtp |
