diff --git a/report-core/src/main/resources/bootstrap-dev.yml b/report-core/src/main/resources/bootstrap-dev.yml index 7eae1aa9..df803613 100644 --- a/report-core/src/main/resources/bootstrap-dev.yml +++ b/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 \ No newline at end of file diff --git a/report-core/src/main/resources/bootstrap-prod.yml b/report-core/src/main/resources/bootstrap-prod.yml index fc5119d8..9aac201b 100644 --- a/report-core/src/main/resources/bootstrap-prod.yml +++ b/report-core/src/main/resources/bootstrap-prod.yml @@ -14,4 +14,8 @@ spring: generator: enabled: false workspace: /workspace/gaea - templatePath: template \ No newline at end of file + templatePath: template + +customer: + # 跳过token验证和权限验证的url清单 + skip-authenticate-urls: /gaeaDict/all, /login, /static, /file/download/, /index.html \ No newline at end of file