wangwei há 6 anos atrás
pai
commit
e17108d0b4

+ 4 - 1
examcloud-core-basic-starter/src/main/resources/application-dev.properties

@@ -18,4 +18,7 @@ $sendVerificationCode.templatecode=SMS_138073780
 $sendVerificationCode.effectivetime=120
 $sendVerificationCode.intervalseconds=90
 
-$upyun.studentPhotoPath=http://exam-cloud-test.b0.upaiyun.com/student_base_photo/
+$upyun.studentPhotoPath=http://exam-cloud-test.b0.upaiyun.com/student_base_photo/
+
+$tempDir=D:/Temp/tempDir
+$dir=D:/Temp/dir

+ 5 - 0
examcloud-core-basic-starter/src/main/resources/application-prod.properties

@@ -23,3 +23,8 @@ $sendVerificationCode.effectivetime=120
 $sendVerificationCode.intervalseconds=90
 
 $upyun.studentPhotoPath=http://exam-cloud.b0.upaiyun.com/student_base_photo/
+
+$tempDir=/root/project/examcloud/examcloud-core-basic/tempDir
+$dir=/root/project/examcloud/examcloud-core-basic/dir
+
+

+ 3 - 0
examcloud-core-basic-starter/src/main/resources/application-test.properties

@@ -21,3 +21,6 @@ $sendVerificationCode.effectivetime=120
 $sendVerificationCode.intervalseconds=90
 
 $upyun.studentPhotoPath=http://exam-cloud-test.b0.upaiyun.com/student_base_photo/
+
+$tempDir=/home/qmth/project/examcloud/examcloud-core-basic/tempDir
+$dir=/home/qmth/project/examcloud/examcloud-core-basic/dir