From 4c6eb542d56484b52320364964e4a3724dbc0ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:45:02 +0200 Subject: [PATCH] Update dot_env --- conf/dot_env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/dot_env b/conf/dot_env index cdb8c5c..39c60f9 100644 --- a/conf/dot_env +++ b/conf/dot_env @@ -81,8 +81,8 @@ GUNICORN_MEDIA=0 # Required for email confirmation and password reset (automatically activates if host is set) EMAIL_HOST='127.0.0.1' EMAIL_PORT=25 -EMAIL_HOST_USER= -EMAIL_HOST_PASSWORD= +EMAIL_HOST_USER='__APP__' +EMAIL_HOST_PASSWORD='__MAIL_PWD__' EMAIL_USE_TLS=0 EMAIL_USE_SSL=0 # email sender address (default 'webmaster@localhost')