Merge pull request #1592 from nycterent/misc/small-default-template-fixes

Misc/small default template fixes
This commit is contained in:
Mouse Reeve 2021-11-08 11:33:26 -08:00 committed by GitHub
commit 3af1ca693b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ FLOWER_PORT=8888
#FLOWER_USER=mouse
#FLOWER_PASSWORD=changeme
EMAIL_HOST="smtp.mailgun.org"
EMAIL_HOST=smtp.mailgun.org
EMAIL_PORT=587
EMAIL_HOST_USER=mail@your.domain.here
EMAIL_HOST_PASSWORD=emailpassword123

View file

@ -36,7 +36,7 @@ FLOWER_PORT=8888
FLOWER_USER=mouse
FLOWER_PASSWORD=changeme
EMAIL_HOST="smtp.mailgun.org"
EMAIL_HOST=smtp.mailgun.org
EMAIL_PORT=587
EMAIL_HOST_USER=mail@your.domain.here
EMAIL_HOST_PASSWORD=emailpassword123

View file

@ -27,7 +27,7 @@ server {
#
# client_max_body_size 3M;
#
# if ($host != "you-domain.com") {
# if ($host != "your-domain.com") {
# return 301 $scheme://your-domain.com$request_uri;
# }
#