Browse Source

去除无关配置

liyan 1 month ago
parent
commit
c6a4a076b4
1 changed files with 2 additions and 12 deletions
  1. 2 12
      ruoyi-admin/src/main/resources/application.yml

+ 2 - 12
ruoyi-admin/src/main/resources/application.yml

@@ -8,8 +8,8 @@ ruoyi:
   copyrightYear: 2022
   # 实例演示开关
   demoEnabled: true
-  # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
-  profile: D:/ruoyi/uploadPath
+  # 文件路径 示例( Windows配置D:/ruoyi/Path,Linux配置 /home/ruoyi/uploadPath)
+  profile: D:/uploadPath
   # 获取ip地址开关
   addressEnabled: false
   # 验证码类型 math 数组计算 char 字符验证
@@ -135,13 +135,3 @@ xss:
   # 匹配链接
   urlPatterns: /system/*,/monitor/*,/tool/*
 
-schedule:
-  feedback:
-    enable: true
-    initial-delay: 5
-    fixed-delay: 1000
-
-service:
-  report:
-    service-url: https://pingyiban.com/report-api/social-em/em/myEventInfo/findPageXcx
-