Commit 2aaf0270 by 南千昊

配置修改

parent a5304cb0
......@@ -15,7 +15,7 @@ spring-boot-plus:
spring:
datasource:
url: jdbc:mysql://121.37.22.224:3306/wecloud_im_feature_cluster?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
url: jdbc:mysql://127.0.0.1:3306/wecloud_im_feature_cluster?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: temple123456
......@@ -27,14 +27,14 @@ spring:
# Redis配置
redis:
database: 0
host: 121.37.22.224
host: 127.0.0.1
password: temple123456
port: 6379
cloud:
nacos:
discovery:
server-addr: 121.37.22.224:8848
server-addr: 127.0.0.1:8848
dubbo:
......@@ -43,11 +43,7 @@ dubbo:
port: 20881
name: dubbo
registry:
address: nacos://121.37.22.224:8848?username=nacos&password=nacos
provider:
cluster: channelRouterCluster
consumer:
check: false
address: nacos://127.0.0.1:8848?username=nacos&password=nacos
# 打印SQL语句和结果集,本地开发环境可开启,线上注释掉
mybatis-plus:
......@@ -61,7 +57,7 @@ load-blance:
# NameServer地址 用;作为地址的分隔符
rocketmq:
namesrvAddr: 121.37.22.224:9876
namesrvAddr: 127.0.0.1:9876
# 生产者的组名
producerId: im-server
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment