|
@@ -1,16 +1,17 @@
|
|
|
-spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_kf?useUnicode=true&characterEncoding=UTF-8
|
|
|
-spring.datasource.username=root
|
|
|
-spring.datasource.password=root
|
|
|
-
|
|
|
-
|
|
|
-spring.redis.host=redis-host
|
|
|
-spring.redis.port=6379
|
|
|
-
|
|
|
-
|
|
|
-eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/
|
|
|
-
|
|
|
-$log.level.default=debug
|
|
|
-
|
|
|
-$tempDir=/home/qmth/project/examcloud/examcloud-core-examwork/tempDir
|
|
|
-
|
|
|
-$deleteExamStudent.force=false
|
|
|
+spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_kf?useUnicode=true&characterEncoding=UTF-8
|
|
|
+spring.datasource.username=root
|
|
|
+spring.datasource.password=root
|
|
|
+
|
|
|
+
|
|
|
+spring.redis.host=redis-host
|
|
|
+spring.redis.port=6379
|
|
|
+
|
|
|
+
|
|
|
+eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/
|
|
|
+
|
|
|
+$log.level.default=debug
|
|
|
+
|
|
|
+$dir=/home/qmth/project/examcloud/examcloud-core-examwork/dir
|
|
|
+$tempDir=/home/qmth/project/examcloud/examcloud-core-examwork/tempDir
|
|
|
+
|
|
|
+$deleteExamStudent.force=false
|