From bb9f66523b30b21043d499ccc226daba3daa0103 Mon Sep 17 00:00:00 2001
From: peter <14100000001@qq.com>
Date: Fri, 31 Oct 2025 20:25:07 +0800
Subject: [PATCH] 邮箱验证码
---
src/main/resources/application.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 6fc49ae..3a0dc7e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -106,8 +106,8 @@
# 地址
host: localhost
# 端口,默认为6379
+# port: 6379
port: 6380
-# port: 6380
# 数据库索引
database: 2
# 密码
--
Gitblit v1.9.3