mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -08:00
Added single quotes to env for mail sender
This commit is contained in:
parent
9407b4e28c
commit
9d730af50f
|
@ -30,7 +30,7 @@ MAIL_USERNAME=YOURUSERNAME
|
||||||
MAIL_PASSWORD=YOURPASSWORD
|
MAIL_PASSWORD=YOURPASSWORD
|
||||||
MAIL_ENCRYPTION=null
|
MAIL_ENCRYPTION=null
|
||||||
MAIL_FROM_ADDR=you@example.com
|
MAIL_FROM_ADDR=you@example.com
|
||||||
MAIL_FROM_NAME=Snipe-IT
|
MAIL_FROM_NAME='Snipe-IT'
|
||||||
|
|
||||||
|
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue