xushengqiang hace 6 años
padre
commit
cddda468b1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/resources/application-prd.properties

+ 2 - 2
src/main/resources/application-prd.properties

@@ -27,7 +27,7 @@ iaas.user.audio.entryType=1
 ### MYSQL基本配置;
 ########################################################
 #prd
-spring.datasource.url=jdbc:mysql://rm-2ze9d5b4gpb12aty1.mysql.rds.aliyuncs.com:3306/efunbox_audio?useUnicode=true&characterEncoding=utf-8&characterSetResults=UTF-8&autoReconnect=true&allowMultiQueries=true
+spring.datasource.url=jdbc:mysql://rm-2ze9d5b4gpb12aty1490.mysql.rds.aliyuncs.com:3306/efunbox_audio?useUnicode=true&characterEncoding=utf-8&characterSetResults=UTF-8&autoReconnect=true&allowMultiQueries=true
 spring.datasource.username=efundata
 spring.datasource.password=Efunbox@201704$
 spring.datasource.driver-class-name=com.mysql.jdbc.Driver
@@ -42,7 +42,7 @@ spring.jpa.properties.hibernate.hbm2ddl.auto=update
 # prd Redis数据库索引(默认为0)
 spring.redis.database=0
 # Redis服务器地址
-spring.redis.host=r-2zee62341d4d38f4.redis.rds.aliyuncs.com
+spring.redis.host=r-2zee62341d4d38f4909.redis.rds.aliyuncs.com
 # Redis服务器连接端口
 spring.redis.port=6379
 # Redis服务器连接密码(默认为空)