From b1516fedd7deedb61641321158fce862f77b4b4d Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期二, 22 十一月 2022 11:51:53 +0800
Subject: [PATCH] 更新访问路径白名单,部分接口修改
---
ycl-platform/src/main/resources/application-dev.yml | 46 +++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/ycl-platform/src/main/resources/application-dev.yml b/ycl-platform/src/main/resources/application-dev.yml
index 49c9401..7551e16 100644
--- a/ycl-platform/src/main/resources/application-dev.yml
+++ b/ycl-platform/src/main/resources/application-dev.yml
@@ -6,20 +6,20 @@
context-path: /air
compression: true
-fdfs:
- fileUrl: http://140.143.152.226:8410/
- groupName: sczhzf
- soTimeout: 1500
- connectTimeout: 600
- trackerList: #TrackerList鍙傛暟,鏀寔澶氫釜
- - 140.143.152.226:22122
+#fdfs:
+# fileUrl: http://140.143.152.226:8410/
+# groupName: sczhzf
+# soTimeout: 1500
+# connectTimeout: 600
+# trackerList: #TrackerList鍙傛暟,鏀寔澶氫釜
+# - 140.143.152.226:22122
-cfg:
- res: d://resources
- media-res: 140.143.152.226/media/
- snow-flake:
- datacenterId: 1
- machineId: 1
+#cfg:
+# res: d://resources
+# media-res: 140.143.152.226/media/
+# snow-flake:
+# datacenterId: 1
+# machineId: 1
spring:
redis:
@@ -53,16 +53,16 @@
testOnReturn: false
poolPreparedStatements: true
maxOpenPreparedStatements: 20
-e-mail:
- sendHost: smtp.qq.com
- username: 1723292425@qq.com
- password: qizcitupatzoeeij
-
-SMS:
- ecName: ycl
- apId: 1
- sign: sign
- url: http://localhost:8082/sccg/text/sms_res
+#e-mail:
+# sendHost: smtp.qq.com
+# username: 1723292425@qq.com
+# password: qizcitupatzoeeij
+#
+#SMS:
+# ecName: ycl
+# apId: 1
+# sign: sign
+# url: http://localhost:8082/sccg/text/sms_res
admin:
defaultPassword: 111111
--
Gitblit v1.8.0