Fix .env.example: quote SMTP_SENDER_NAME value
Build and Push Docker Image / build (push) Has been cancelled
Details
Build and Push Docker Image / build (push) Has been cancelled
Details
Values with spaces must be quoted for bash source command Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8cabe7d362
commit
4f4d0dd42e
|
|
@ -64,7 +64,7 @@ SMTP_PORT=587
|
||||||
SMTP_USER=
|
SMTP_USER=
|
||||||
SMTP_PASS=
|
SMTP_PASS=
|
||||||
SMTP_ADMIN_EMAIL=noreply@monacousa.org
|
SMTP_ADMIN_EMAIL=noreply@monacousa.org
|
||||||
SMTP_SENDER_NAME=Monaco USA
|
SMTP_SENDER_NAME="Monaco USA"
|
||||||
|
|
||||||
# Set to true to auto-confirm emails (not recommended for production)
|
# Set to true to auto-confirm emails (not recommended for production)
|
||||||
ENABLE_EMAIL_AUTOCONFIRM=false
|
ENABLE_EMAIL_AUTOCONFIRM=false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue