1234567891011121314151617181920212223242526 |
- spring.datasource.url=jdbc:mysql://db-host:3306/exam_cloud_test?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- spring.datasource.username=root
- spring.datasource.password=root
- spring.redis.host=redis-host
- spring.redis.port=6379
- spring.jpa.show-sql=true
- eureka.client.serviceUrl.defaultZone=http://eureka-host:1111/eureka/
- $croe.basic.resource.schoolLogoPath=/home/qmth/project/examcloud/static/logo
- $core.basic.sessionTimeout=3600
- $log.level.default=debug
- $sendVerificationCode.sign=\u8003\u8bd5\u4e91\u5e73\u53f0
- $sendVerificationCode.templatecode=SMS_138073780
- $sendVerificationCode.effectivetime=120
- $sendVerificationCode.intervalseconds=90
- $upyun.studentPhotoPath=https://ecs-test-static.qmth.com.cn/student_base_photo/
- $tempDir=/home/qmth/project/examcloud/examcloud-core-basic/tempDir
- $dir=/home/qmth/project/examcloud/examcloud-core-basic/dir
|