Skip to content

Commit

Permalink
Adiciona a variável de ambiente EMAIL_HOST no arquivo de configuração…
Browse files Browse the repository at this point in the history
… production.py
  • Loading branch information
gitnnolabs committed Aug 1, 2022
1 parent 4341f7d commit e2a0f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"DJANGO_EMAIL_SUBJECT_PREFIX",
default="[SciELO Content Manager ]",
)
EMAIL_HOST = env("EMAIL_HOST", default="")

# ADMIN
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit e2a0f87

Please sign in to comment.