Răsfoiți Sursa

删掉配置文件中默认存在的又拍云帐号信息,只有在云端部署时才需要补充进去,线下部署不需要此敏感信息

luoshi 6 ani în urmă
părinte
comite
f34d050e5d

+ 6 - 6
stmms-web/src/main/webapp/WEB-INF/application.properties

@@ -29,13 +29,13 @@ file.root=
 file.save=/Users/luoshi/develop/data/stmms-ft
 
 ##upyun image config
-upyun.sheet.bucket=ft-sheet
-upyun.sheet.username=qmth-picture
-upyun.sheet.password=qmth12345678
+upyun.sheet.bucket=
+upyun.sheet.username=
+upyun.sheet.password=
 
-upyun.slice.bucket=ft-slice
-upyun.slice.username=qmth-picture
-upyun.slice.password=qmth12345678
+upyun.slice.bucket=
+upyun.slice.username=
+upyun.slice.password=
 
 mark.cleanTimeoutMinute=20
 mark.cleanTaskSchedule=0 0/10 6-23 * * ?