wangwei 6 år sedan
förälder
incheckning
8a480aaa98

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

@@ -15,4 +15,9 @@ spring.rabbitmq.listener.acknowledgeMode=MANUAL
 
 $croe.basic.resource.schoolLogoPath=D:/Temp/logo
 
-$core.basic.sessionTimeout=3600
+$core.basic.sessionTimeout=3600
+
+$sendVerificationCode.sign=\u8003\u8BD5\u4E91\u5E73\u53F0
+$sendVerificationCode.templatecode=SMS_138073780
+$sendVerificationCode.effectivetime=120
+$sendVerificationCode.intervalseconds=90

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

@@ -21,3 +21,8 @@ $croe.basic.resource.schoolLogoPath=/root/project/examcloud/static/logo
 
 $core.basic.sessionTimeout=3600
 
+$sendVerificationCode.sign=\u8003\u8BD5\u4E91\u5E73\u53F0
+$sendVerificationCode.templatecode=SMS_138073780
+$sendVerificationCode.effectivetime=120
+$sendVerificationCode.intervalseconds=90
+

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

@@ -18,3 +18,8 @@ spring.rabbitmq.listener.acknowledgeMode=MANUAL
 $croe.basic.resource.schoolLogoPath=/home/qmth/project/examcloud/static/logo
 
 $core.basic.sessionTimeout=3600
+
+$sendVerificationCode.sign=\u8003\u8BD5\u4E91\u5E73\u53F0
+$sendVerificationCode.templatecode=SMS_138073780
+$sendVerificationCode.effectivetime=120
+$sendVerificationCode.intervalseconds=90

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

@@ -23,7 +23,4 @@ spring.jackson.time-zone=GMT+8
 $rmp.ctr.basic=/api/ecs_core
 $rmp.cloud.basic=/api/core/basic/
 
-$sendVerificationCode.sign=\u8003\u8BD5\u4E91\u5E73\u53F0
-$sendVerificationCode.templatecode=SMS_138073780
-$sendVerificationCode.effectivetime=120
-$sendVerificationCode.intervalseconds=90
+