nacos-替换新加坡nacos地址

(cherry picked from commit f375e5ee48f325519721a81509b9067c786c85ef)
This commit is contained in:
khalil
2023-06-28 21:12:26 +08:00
parent bbceae83ca
commit 2a22418f0f
12 changed files with 53 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
#MySQL数据库配置
spring:
datasource:
url: jdbc:mysql://128.1.134.148:3306/peko?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false
url: jdbc:mysql://43.134.121.183: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: 128.1.134.148
host: 43.134.121.183
port: 27017
username: peko
password: peko@mongo@dev#!
database: peko
redis:
host: 128.1.134.148
host: 43.134.121.183
port: 6200
maxTotal: 100
maxIdle: 50
@@ -31,7 +31,7 @@ spring:
# file: classpath:redisson.yaml
config: |
singleServerConfig:
address: redis://128.1.134.148:6200
address: redis://43.134.121.183:6200
password: anan@dev@redis@#!
connectionMinimumIdleSize: 4
timeout: 10000
@@ -42,7 +42,7 @@ spring:
##activemq 配置
activemq:
brokerUrl: tcp://128.1.134.148:61619
brokerUrl: tcp://43.134.121.183:61619
user: system
password: manager
maxConnections: 50
@@ -50,7 +50,7 @@ activemq:
## rocketmq 配置
rocketmq:
name-server: 128.1.134.148:9876
name-server: 43.134.121.183:9876
producer:
group: peko-group
sendMessageTimeout: 300000

View File

@@ -6,7 +6,7 @@ spring:
cloud:
nacos:
config:
server-addr: 128.1.134.148:8848
server-addr: 43.134.121.183:8848
namespace: 5edc3246-3e69-4be5-a32a-273f0a09ddf6
name: ${spring.application.name}
file-extension: yml
@@ -18,7 +18,7 @@ spring:
cloud:
nacos:
config:
server-addr: 128.1.134.148:8848
server-addr: 43.134.121.183:8848
namespace: 5edc3246-3e69-4be5-a32a-273f0a09ddf6
name: ${spring.application.name}
file-extension: yml
@@ -30,7 +30,7 @@ spring:
cloud:
nacos:
config:
server-addr: 128.1.134.148:8848
server-addr: 43.134.121.183:8848
namespace: 977fb3bc-f5b2-43d7-b9eb-36747405f755
name: ${spring.application.name}
file-extension: yml