From c44c76ea3e1f6b70bb84bdde85ffd1b389e5b8f4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 23 四月 2025 10:58:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
server/src/main/resources/application-pro.yml | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/server/src/main/resources/application-pro.yml b/server/src/main/resources/application-pro.yml
index d72190e..4648eb0 100644
--- a/server/src/main/resources/application-pro.yml
+++ b/server/src/main/resources/application-pro.yml
@@ -20,17 +20,19 @@
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
mail:
- host: smtp.exmail.qq.com
- username: jp@doumee.com
- password: 2Jz9HFW2U7vRnCRu
- default-encoding: UTF-8
+ host: smtp.aliyun.com
+ port: 465
+ username: your_email@aliyun.com
+ password: your_password
properties:
mail:
smtp:
auth: true
- starttls:
- enable: true
- required: true
+ starttls:
+ enable: true
+ required: true
+ ssl:
+ enable: true
debug_model: true
@@ -51,4 +53,10 @@
basic:
enable: true
username: admin
- password: 111111
\ No newline at end of file
+ password:
+
+upload:
+ type: blob
+
+qiwei:
+ serviceurl: https://wecom-qyapi.unilever-china.com/
\ No newline at end of file
--
Gitblit v1.9.3