瀏覽代碼

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

luoshi 6 年之前
父節點
當前提交
f34d050e5d
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      stmms-web/src/main/webapp/WEB-INF/application.properties

+ 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 * * ?