Merge pull request #184 from hargata/Hargata/reduce.login.error

added env variable to reduce auth-related logs.
This commit is contained in:
Hargata Softworks
2024-01-29 17:21:07 -07:00
committed by GitHub

3
.env
View File

@@ -5,4 +5,5 @@ MailConfig__EmailFrom=""
MailConfig__UseSSL="false"
MailConfig__Port=587
MailConfig__Username=""
MailConfig__Password=""
MailConfig__Password=""
LOGGING__LOGLEVEL__DEFAULT=Error