From eccd9434298fd1ab79f84d37a275951e598ff48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E7=9F=A5=E7=81=AB=20Shiranui?= Date: Fri, 15 Nov 2024 14:03:31 +0800 Subject: [PATCH] chore(.env.sample): update --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 6449d73..a65c190 100644 --- a/.env.sample +++ b/.env.sample @@ -32,7 +32,7 @@ SWAGGER_SERVER_DESCRIPTION="default" SWAGGER_CORS_ORIGIN="http://127.0.0.1:3000" SWAGGER_SERVER_URL="http://127.0.0.1:3000" -## mail sender +# mail sender MAIL_SMTP_HOST="smtp.example.org" MAIL_SMTP_PORT="25" MAIL_SMTP_SECURE="no"