weiwenhai 6 年 前
コミット
66a99b10da

+ 1 - 1
pom.xml

@@ -13,7 +13,7 @@
         <version>2.0-SNAPSHOT</version>-->
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.17.RELEASE</version>
+        <version>1.5.18.RELEASE</version>
     </parent>
 
     <properties>

+ 8 - 8
src/main/resources/application-dev.properties

@@ -26,21 +26,21 @@ spring.redis.host=192.168.10.39
 spring.redis.password=
 spring.redis.database=0
 spring.redis.timeout=15000
-# ������Ϣ�����ַ
+# 基础信息服务地址
 examcloud.base.info.url=http://192.168.10.39:8000
-# ��������ַ
+# 考务服务地址
 examcloud.exam.admin.url=http://192.168.10.39:8001
-# ���������ַ
+# 网考服务地址
 examcloud.net.exam.url=http://192.168.10.39:8003
-#网考后端
+# 网考后端
 examcloud.admin.exam.url=http://192.168.10.39:8013
-# �������ַ
+# 题库服务地址
 examcloud.question.pool.url=http://192.168.10.39:8868
-# ��֤���ķ����ַ
+# 认证中心服务地址
 examcloud.user.auth.url=http://192.168.10.39
-# �������ļ������ַ
+# 又拍云文件服务地址
 examcloud.upyun.url=https://ecs-test-static.qmth.com.cn
-# ���ŷ�������
+# 短信服务配置
 examcloud.sms.url=http://192.168.10.30:8007
 examcloud.sms.sign=\u8003\u8BD5\u4E91\u5E73\u53F0
 examcloud.sms.template=SMS_138073780

+ 2 - 1
src/main/resources/application-prod.properties

@@ -23,8 +23,9 @@ examcloud.exam.admin.url=http://192.168.1.72:8001
 examcloud.net.exam.url=http://192.168.1.30:8003
 # 题库服务地址
 examcloud.question.pool.url=http://192.168.1.71:8868
+
 # 认证中心服务地址
-examcloud.user.auth.url=http://192.168.10.30
+examcloud.user.auth.url=http://192.168.10.39
 # 又拍云文件服务地址
 examcloud.upyun.url=https://ecs-test-static.qmth.com.cn
 # 短信服务配置

+ 8 - 6
src/main/resources/application-test.properties

@@ -22,20 +22,22 @@ spring.jpa.show-sql=false
 spring.jpa.hibernate.ddl-auto=update
 #redis config
 spring.redis.port=6379
-spring.redis.host=192.168.10.30
+spring.redis.host=192.168.10.39
 spring.redis.password=
 spring.redis.database=0
 spring.redis.timeout=15000
 # 基础信息服务地址
-examcloud.base.info.url=http://192.168.10.30:8000
+examcloud.base.info.url=http://192.168.10.39:8000
 # 考务服务地址
-examcloud.exam.admin.url=http://192.168.10.30:8001
+examcloud.exam.admin.url=http://192.168.10.39:8001
 # 网考服务地址
-examcloud.net.exam.url=http://192.168.10.30:8003
+examcloud.net.exam.url=http://192.168.10.39:8003
+# 网考后端
+examcloud.admin.exam.url=http://192.168.10.39:8013
 # 题库服务地址
-examcloud.question.pool.url=http://192.168.10.30:8868
+examcloud.question.pool.url=http://192.168.10.39:8868
 # 认证中心服务地址
-examcloud.user.auth.url=http://192.168.10.30
+examcloud.user.auth.url=http://192.168.10.39
 # 又拍云文件服务地址
 examcloud.upyun.url=https://ecs-test-static.qmth.com.cn
 # 短信服务配置