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:
@@ -88,7 +88,7 @@ spring:
|
|||||||
|
|
||||||
# rabbitmq配置 prd
|
# rabbitmq配置 prd
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
host: 47.103.124.69
|
host: 172.23.0.187
|
||||||
port: 5672
|
port: 5672
|
||||||
username: admin
|
username: admin
|
||||||
password: js160829@
|
password: js160829@
|
||||||
@@ -265,7 +265,7 @@ dubbo:
|
|||||||
name: wcc-server
|
name: wcc-server
|
||||||
qosEnable: false
|
qosEnable: false
|
||||||
registry:
|
registry:
|
||||||
address: nacos://47.103.124.69:8848
|
address: nacos://172.23.0.187:8848
|
||||||
parameters:
|
parameters:
|
||||||
namespace: 1c0429d3-2842-45a9-b3f3-11605c3fd06e
|
namespace: 1c0429d3-2842-45a9-b3f3-11605c3fd06e
|
||||||
username: nacos
|
username: nacos
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ spring:
|
|||||||
redis:
|
redis:
|
||||||
# 地址
|
# 地址
|
||||||
host: r-uf6k0uet7mihr5z78f.redis.rds.aliyuncs.com
|
host: r-uf6k0uet7mihr5z78f.redis.rds.aliyuncs.com
|
||||||
# host: 47.117.244.159
|
# host: 172.23.0.190
|
||||||
# 端口,默认为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://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
|
# username: jsowell_pre
|
||||||
# password: Js@160829
|
# password: Js@160829
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
@@ -93,7 +93,7 @@ spring:
|
|||||||
|
|
||||||
# rabbitmq配置 pre
|
# rabbitmq配置 pre
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
host: 47.117.244.159
|
host: 172.23.0.190
|
||||||
port: 5672
|
port: 5672
|
||||||
username: guest
|
username: guest
|
||||||
password: guest
|
password: guest
|
||||||
@@ -270,7 +270,7 @@ dubbo:
|
|||||||
name: wcc-server
|
name: wcc-server
|
||||||
qosEnable: false
|
qosEnable: false
|
||||||
registry:
|
registry:
|
||||||
address: nacos://47.117.244.159:8848
|
address: nacos://172.23.0.190:8848
|
||||||
parameters:
|
parameters:
|
||||||
namespace: c95d1cb4-8d46-48b5-9982-a6942c28e953
|
namespace: c95d1cb4-8d46-48b5-9982-a6942c28e953
|
||||||
username: nacos
|
username: nacos
|
||||||
|
|||||||
@@ -60,9 +60,6 @@ public class Constants {
|
|||||||
// 默认端口号
|
// 默认端口号
|
||||||
public static final Integer SOCKET_PORT = 9011;
|
public static final Integer SOCKET_PORT = 9011;
|
||||||
|
|
||||||
// 阿里云服务器地址
|
|
||||||
public static final String updateServerIP = "47.103.124.69";
|
|
||||||
|
|
||||||
// ftp端口号
|
// ftp端口号
|
||||||
public static final int port = 0x15;
|
public static final int port = 0x15;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user