Quellcode durchsuchen

update for filter add skip authenticate url config

木子李·De vor 4 Jahren
Ursprung
Commit
fb723f145f

+ 5 - 3
report-core/src/main/resources/bootstrap-dev.yml

@@ -70,6 +70,8 @@ file:
   dist-path: /app/disk/upload/
   white-list: .png|.jpg|.gif|.icon|.pdf|.xlsx|.xls|.csv|.mp4|.avi
   excelSuffix: .xlsx|.xls|.csv
-  downloadPath: http://10.108.26.197:9095/file/download
-
-
+  downloadPath: http://10.108.26.197:9095/file/
+  
+customer:
+  # 跳过token验证和权限验证的url清单
+  skip-authenticate-urls: /gaeaDict/all, /login, /static, /file/download/, /index.html

+ 5 - 1
report-core/src/main/resources/bootstrap-prod.yml

@@ -14,4 +14,8 @@ spring:
 generator:
   enabled: false
   workspace: /workspace/gaea
-  templatePath: template
+  templatePath: template
+  
+customer:
+  # 跳过token验证和权限验证的url清单
+  skip-authenticate-urls: /gaeaDict/all, /login, /static, /file/download/, /index.html