From 345eab350d41d832c040d63011a178689696b650 Mon Sep 17 00:00:00 2001
From: linzhijie <19970921lzj>
Date: 星期日, 28 三月 2021 12:03:55 +0800
Subject: [PATCH] 更改短信默认模板

---
 src/main/resources/application-sand.yml |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application-sand.yml b/src/main/resources/application-sand.yml
index 1592d84..9d58a68 100644
--- a/src/main/resources/application-sand.yml
+++ b/src/main/resources/application-sand.yml
@@ -11,13 +11,13 @@
     # 鏂囦欢璺緞 绀轰緥锛� Windows閰嶇疆D:/ots/uploadPath锛孡inux閰嶇疆 /home/data/ots/uploadPath锛�
     profile: /home/data/ots/uploadPath
     # 鍥剧墖鐨剈rl锛屽:vue绔http://139.199.11.114/images鍦板潃
-    imagePath: http://120.24.39.179:8090/profile/images
+    imagePath: http://47.114.179.216:8090/profile/images
     # 鑾峰彇ip鍦板潃寮�鍏�
     addressEnabled: true
     # 鎶ュ憡妯$増鍦板潃
     reportTemplates: /home/data/ots/reportTemplates/
     # http profile
-    httpProfilePath: http://120.24.39.179:8090/profile
+    httpProfilePath: http://47.114.179.216:8090/profile
 # 鏁版嵁婧愰厤缃�
 spring:
     datasource:
@@ -26,7 +26,7 @@
         druid:
             # 涓诲簱鏁版嵁婧�
             master:
-                url: jdbc:mysql://120.24.39.179:3306/ots-sand?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+                url: jdbc:mysql://47.114.179.216:3306/ots-sand?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
                 username: root
                 password: TAI@2019#Zjun
             # 浠庡簱鏁版嵁婧�
@@ -80,9 +80,13 @@
 
 # VUE绔闂湴鍧�
 vue:
-    url: http://120.24.39.179/exam-stu/#/ots/{0}/login
+    url: http://47.114.179.216/exam-stu/#/ots/{0}/login
 
 # 杩滅▼娉板浗璁$畻鏈嶅姟
 ATSTai:
-    host: 127.0.0.1
-    port: 9123
\ No newline at end of file
+    host: 47.114.179.216
+    port: 9123
+jasypt:
+    encryptor:
+        password: 5ciqxnka5s02w9qu
+        algorithm: PBEWithMD5AndDES
\ No newline at end of file

--
Gitblit v1.9.1