迁服-测试环境配置
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#MySQL数据库配置
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:mysql://118.194.255.128:3306/peko?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false&useSSL=false
|
||||
url: jdbc:mysql://128.1.134.148: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: 118.194.255.128
|
||||
host: 128.1.134.148
|
||||
port: 27017
|
||||
username: peko
|
||||
password: peko@mongo@dev#!
|
||||
database: peko
|
||||
redis:
|
||||
host: 118.194.255.128
|
||||
host: 128.1.134.148
|
||||
port: 6200
|
||||
maxTotal: 100
|
||||
maxIdle: 50
|
||||
@@ -31,18 +31,18 @@ spring:
|
||||
# file: classpath:redisson.yaml
|
||||
config: |
|
||||
singleServerConfig:
|
||||
address: redis://118.194.255.128:6200
|
||||
address: redis://128.1.134.148:6200
|
||||
password: anan@dev@redis@#!
|
||||
connectionMinimumIdleSize: 8
|
||||
connectionMinimumIdleSize: 4
|
||||
timeout: 10000
|
||||
threads: 16
|
||||
nettyThreads: 32
|
||||
threads: 8
|
||||
nettyThreads: 16
|
||||
codec: !<org.redisson.codec.JsonJacksonCodec> {}
|
||||
transportMode: "NIO"
|
||||
|
||||
##activemq 配置
|
||||
activemq:
|
||||
brokerUrl: tcp://118.194.255.128:61619
|
||||
brokerUrl: tcp://128.1.134.148:61619
|
||||
user: system
|
||||
password: manager
|
||||
maxConnections: 50
|
||||
|
Reference in New Issue
Block a user