Browse Source

测试文件修改

黄远 5 years ago
parent
commit
a0134aca98
1 changed files with 7 additions and 9 deletions
  1. 7 9
      lift-business-service/src/main/resources/application-test.yml

+ 7 - 9
lift-business-service/src/main/resources/application-test.yml

@@ -1,27 +1,26 @@
 spring:
   datasource:
-    url: jdbc:mysql://111.47.6.224:13769/rdsliftmanager?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+    url: jdbc:mysql://192.168.1.122:3306/rdsliftmanager?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
     username: root
-    password: Tyty-2020
+    password: Ty200526
     driver-class-name: com.mysql.cj.jdbc.Driver
 
   #redis缓存配置
   redis:
     database: 0 #数据库索引,默认为0
-    host: 111.47.6.224 #服务器地址
-    port: 13789 #端口
-    password: newtyty #验证密码
+    host: 192.168.1.122 #服务器地址
+    port: 6379 #端口
+    password: tytykj #验证密码
     jedis:
       pool:
         max-active: 8 #最大连接数
         max-idle: 8 #最大空闲链接
         max-wait: 20000ms
         min-idle: 0
-
-  #消息队列配置
+  # activeMQ 移动端消息推送配置
   activemq:
     #ActiveMQ通讯地址
-    broker-url: tcp://121.40.209.47:61616
+    broker-url: tcp://192.168.1.122:61616
     #用户名
     user: admin
     #密码
@@ -42,7 +41,6 @@ spring:
     #如果是点对点(queue),那么此处默认应该是false,如果发布订阅,那么一定设置为true
     pub-sub-domain: false
 
-
 #aliyun OSS服务配置信息,加载到SystemConfiguration
 aliyun:
   oss: