|
@@ -61,17 +61,17 @@ spring:
|
|
|
#服务器环境,dev为测试环境,formal为正式环境, hq横琴云副控制服务器
|
|
|
#environment: dev
|
|
|
|
|
|
-file:
|
|
|
- route:
|
|
|
- hardDisk: /mnt/data/
|
|
|
- hardDiskLaser: /mnt-laser/data/
|
|
|
- imageFolder: IMAGE
|
|
|
- documentFolder: VIDEO
|
|
|
- videoFolder: DOCUMENT
|
|
|
- musicFolder: MUSIC
|
|
|
- imageType: [".bmp", ".jpg", ".jpeg", ".png", ".tiff", ".gif", ".pcx", ".tga", ".exif", ".fpx", ".svg", ".psd",".cdr", ".pcd", ".dxf", ".ufo", ".eps", ".ai", ".raw", ".wmf"]
|
|
|
- documentType: [".txt", ".doc", ".docx", ".xls", ".htm", ".html", ".jsp", ".rtf", ".wpd", ".pdf", ".ppt",".js"]
|
|
|
- videoType: [".mp4", ".avi", ".mov", ".wmv", ".asf", ".navi", ".3gp", ".mkv", ".f4v", ".rmvb", ".webm"]
|
|
|
- musicType: [".mp3", ".wma", ".wav", ".mod", ".ra", ".cd", ".md", ".asf", ".aac", ".vqf", ".ape", ".mid", ".ogg",".m4a", ".vqf"]
|
|
|
- IPs: ["0:0:0:0:0:0:0:1","192.168.0.100"]
|
|
|
+#file:
|
|
|
+# route:
|
|
|
+# hardDisk: /mnt/data/
|
|
|
+# hardDiskLaser: /mnt-laser/data/
|
|
|
+# imageFolder: IMAGE
|
|
|
+# documentFolder: VIDEO
|
|
|
+# videoFolder: DOCUMENT
|
|
|
+# musicFolder: MUSIC
|
|
|
+# imageType: [".bmp", ".jpg", ".jpeg", ".png", ".tiff", ".gif", ".pcx", ".tga", ".exif", ".fpx", ".svg", ".psd",".cdr", ".pcd", ".dxf", ".ufo", ".eps", ".ai", ".raw", ".wmf"]
|
|
|
+# documentType: [".txt", ".doc", ".docx", ".xls", ".htm", ".html", ".jsp", ".rtf", ".wpd", ".pdf", ".ppt",".js"]
|
|
|
+# videoType: [".mp4", ".avi", ".mov", ".wmv", ".asf", ".navi", ".3gp", ".mkv", ".f4v", ".rmvb", ".webm"]
|
|
|
+# musicType: [".mp3", ".wma", ".wav", ".mod", ".ra", ".cd", ".md", ".asf", ".aac", ".vqf", ".ape", ".mid", ".ogg",".m4a", ".vqf"]
|
|
|
+# IPs: ["0:0:0:0:0:0:0:1","192.168.0.100"]
|
|
|
|