From 95f3608b4bbecdd08ae5e149ee5b2dae6c1a1fd8 Mon Sep 17 00:00:00 2001 From: zetaloop Date: Wed, 6 May 2026 01:01:24 +0800 Subject: [PATCH] fix(k01): quote env value with spaces for shell source compatibility --- deploy/k01/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/k01/.env.example b/deploy/k01/.env.example index 7a53e70..40e7f5e 100644 --- a/deploy/k01/.env.example +++ b/deploy/k01/.env.example @@ -12,7 +12,7 @@ EMAIL_SMTP_PORT=587 EMAIL_SMTP_USERNAME= EMAIL_SMTP_PASSWORD= EMAIL_FROM_ADDRESS=dev@juwan.xhttp.zip -EMAIL_FROM_NAME=Juwan Team +EMAIL_FROM_NAME="Juwan Team" EMAIL_REPLY_TO= S3_ENDPOINT=https://s3.juwan.xhttp.zip