|
@@ -1,28 +0,0 @@
|
|
|
-# datasource config
|
|
|
-spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_kf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2b8&rewriteBatchedStatements=true
|
|
|
-spring.datasource.username=root
|
|
|
-spring.datasource.password=root
|
|
|
-spring.jpa.hibernate.ddl-auto=update
|
|
|
-spring.jpa.show-sql=false
|
|
|
-# mongodb config
|
|
|
-spring.data.mongodb.uri=mongodb://db-host:27017/examcloud-core-print
|
|
|
-spring.data.mongodb.grid-fs-database=examcloud-core-print
|
|
|
-spring.data.mongodb.database=examcloud-core-print
|
|
|
-# redis config
|
|
|
-spring.redis.host=redis-host
|
|
|
-spring.redis.port=6379
|
|
|
-# spring cloud config
|
|
|
-spring.application.name=EC-CORE-PRINT
|
|
|
-eureka.client.serviceUrl.defaultZone=http://192.168.10.39:1111/eureka/
|
|
|
-# upyun config
|
|
|
-upyun.operator=examcloud
|
|
|
-upyun.psw=ecs87863577!@#
|
|
|
-upyun.bucket=exam-cloud-test
|
|
|
-upyun.bucketUrl=https://v0.api.upyun.com/exam-cloud-test
|
|
|
-upyun.fileUrl=https://ecs-test-static.qmth.com.cn
|
|
|
-upyun.uploadUrl=/ecs-print/test/
|
|
|
-# question url prefix config
|
|
|
-question.url.prefix=http://192.168.10.39:8008
|
|
|
-# file dir config
|
|
|
-$dir=/home/qmth/project/examcloud/examcloud-core-print
|
|
|
-$tempDir=/home/qmth/project/examcloud/examcloud-core-print/temps
|