环境-迁移测试环境
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#MySQL数据库配置
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://129.226.216.54:3306/peko?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false
|
||||
url: jdbc:mysql://124.156.164.187:3306/peko?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false
|
||||
username: root
|
||||
password: anan@dev##
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
@@ -12,13 +12,13 @@ spring:
|
||||
connection-test-query: select 1
|
||||
data:
|
||||
mongodb:
|
||||
host: 129.226.216.54
|
||||
host: 124.156.164.187
|
||||
port: 27017
|
||||
username: peko
|
||||
password: peko@mongo@dev#!
|
||||
database: peko
|
||||
redis:
|
||||
host: 129.226.216.54
|
||||
host: 124.156.164.187
|
||||
port: 6200
|
||||
maxTotal: 100
|
||||
maxIdle: 50
|
||||
@@ -30,7 +30,7 @@ spring:
|
||||
# file: classpath:redisson.yaml
|
||||
config: |
|
||||
singleServerConfig:
|
||||
address: redis://129.226.216.54:6200
|
||||
address: redis://124.156.164.187:6200
|
||||
password: anan@dev@redis@#!
|
||||
connectionMinimumIdleSize: 4
|
||||
timeout: 10000
|
||||
@@ -41,7 +41,7 @@ spring:
|
||||
|
||||
## rocketmq 配置
|
||||
rocketmq:
|
||||
name-server: 129.226.216.54:9876
|
||||
name-server: 124.156.164.187:9876
|
||||
producer:
|
||||
group: peko-group
|
||||
sendMessageTimeout: 300000
|
||||
|
@@ -18,7 +18,7 @@ spring:
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 129.226.216.54:8848
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 5edc3246-3e69-4be5-a32a-273f0a09ddf6
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
@@ -41,7 +41,7 @@ spring:
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 129.226.216.54:8848
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 5edc3246-3e69-4be5-a32a-273f0a09ddf6
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
@@ -65,7 +65,7 @@ spring:
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
server-addr: 129.226.216.54:8848
|
||||
server-addr: 124.156.164.187:8848
|
||||
namespace: 0c9bf047-19ca-4969-bf5d-bbc1f86b501a
|
||||
file-extension: yml
|
||||
shared-configs:
|
||||
|
Reference in New Issue
Block a user