mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
公网IP改为私网IP
This commit is contained in:
@@ -9,7 +9,7 @@ spring:
|
||||
redis:
|
||||
# 地址
|
||||
host: r-uf6k0uet7mihr5z78f.redis.rds.aliyuncs.com
|
||||
# host: 47.117.244.159
|
||||
# host: 172.23.0.190
|
||||
# 端口,默认为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
|
||||
username: jsowell
|
||||
password: js@160829
|
||||
# url: jdbc:mysql://47.117.244.159:3306/jsowell_pre?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
# url: jdbc:mysql://172.23.0.190:3306/jsowell_pre?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
# username: jsowell_pre
|
||||
# password: Js@160829
|
||||
# 从库数据源
|
||||
@@ -93,7 +93,7 @@ spring:
|
||||
|
||||
# rabbitmq配置 pre
|
||||
rabbitmq:
|
||||
host: 47.117.244.159
|
||||
host: 172.23.0.190
|
||||
port: 5672
|
||||
username: guest
|
||||
password: guest
|
||||
@@ -270,7 +270,7 @@ dubbo:
|
||||
name: wcc-server
|
||||
qosEnable: false
|
||||
registry:
|
||||
address: nacos://47.117.244.159:8848
|
||||
address: nacos://172.23.0.190:8848
|
||||
parameters:
|
||||
namespace: c95d1cb4-8d46-48b5-9982-a6942c28e953
|
||||
username: nacos
|
||||
|
||||
Reference in New Issue
Block a user