mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 10:30:12 +08:00
update pre服务器配置信息
This commit is contained in:
@@ -9,7 +9,7 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: r-uf6k0uet7mihr5z78f.redis.rds.aliyuncs.com
|
host: r-uf6k0uet7mihr5z78f.redis.rds.aliyuncs.com
|
||||||
# host: 106.14.94.149
|
# host: 47.117.244.159
|
||||||
# 端口,默认为6379
|
# 端口,默认为6379
|
||||||
port: 6379
|
port: 6379
|
||||||
# 数据库索引
|
# 数据库索引
|
||||||
@@ -41,7 +41,7 @@ spring:
|
|||||||
url: jdbc:mysql://rm-uf6ra51u33dc3798l.mysql.rds.aliyuncs.com:3306/jsowell_prd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
url: jdbc:mysql://rm-uf6ra51u33dc3798l.mysql.rds.aliyuncs.com:3306/jsowell_prd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
username: jsowell
|
username: jsowell
|
||||||
password: js@160829
|
password: js@160829
|
||||||
# url: jdbc:mysql://106.14.94.149:3306/jsowell_pre?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
# url: jdbc:mysql://47.117.244.159:3306/jsowell_pre?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
# username: jsowell_pre
|
# username: jsowell_pre
|
||||||
# password: Js@160829
|
# password: Js@160829
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
@@ -93,10 +93,10 @@ spring:
|
|||||||
|
|
||||||
# rabbitmq配置 pre
|
# rabbitmq配置 pre
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
host: 106.14.94.149
|
host: 47.117.244.159
|
||||||
port: 5672
|
port: 5672
|
||||||
username: admin
|
username: guest
|
||||||
password: admin
|
password: guest
|
||||||
#这个配置是保证提供者确保消息推送到交换机中,不管成不成功,都会回调
|
#这个配置是保证提供者确保消息推送到交换机中,不管成不成功,都会回调
|
||||||
publisher-confirm-type: correlated
|
publisher-confirm-type: correlated
|
||||||
#保证交换机能把消息推送到队列中
|
#保证交换机能把消息推送到队列中
|
||||||
@@ -270,11 +270,11 @@ dubbo:
|
|||||||
name: wcc-server
|
name: wcc-server
|
||||||
qosEnable: false
|
qosEnable: false
|
||||||
registry:
|
registry:
|
||||||
address: nacos://106.14.94.149:8848
|
address: nacos://47.117.244.159:8848
|
||||||
parameters:
|
parameters:
|
||||||
namespace: 200784c9-7e8f-4b2b-a44f-1eb52e675491
|
namespace: c95d1cb4-8d46-48b5-9982-a6942c28e953
|
||||||
username: nacos
|
username: nacos
|
||||||
password: 3rtJPEb0KaUs5NAm
|
password: nacos
|
||||||
protocol:
|
protocol:
|
||||||
name: dubbo
|
name: dubbo
|
||||||
port: 20880
|
port: 20880
|
||||||
|
|||||||
Reference in New Issue
Block a user