1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rallly_ynh.git synced 2024-09-03 20:16:16 +02:00

Update .env

This commit is contained in:
Éric Gaspar 2024-02-15 21:46:32 +01:00
parent 54ec0fa2cf
commit e03971c79c

View file

@ -20,7 +20,7 @@ SMTP_PORT=25
# Set to "true" if SSL is enabled for your SMTP connection # Set to "true" if SSL is enabled for your SMTP connection
SMTP_SECURE=false SMTP_SECURE=false
# The username (if auth is enabled on your SMTP server) # The username (if auth is enabled on your SMTP server)
SMTP_USER=_APP__ SMTP_USER=__APP__
# The password (if auth is enabled on your SMTP server) # The password (if auth is enabled on your SMTP server)
SMTP_PWD=__MAIL_PWD__ SMTP_PWD=__MAIL_PWD__