You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.4 KiB
63 lines
1.4 KiB
spring:
|
|
datasource:
|
|
url: jdbc:mysql://rm-bp1ux6tuk49er80t9.mysql.rds.aliyuncs.com:3306/yltcharge?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: ylt
|
|
password: Ycharge666
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
druid:
|
|
stat-view-servlet:
|
|
allow: true
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
filters: stat
|
|
maxActive: 20
|
|
|
|
redis:
|
|
database: 0
|
|
host: r-bp14c1p5j5lkpw1jc2.redis.rds.aliyuncs.com
|
|
port: 6379
|
|
password: Ycharge666
|
|
timeout: 0
|
|
pool:
|
|
max-active: 8
|
|
max-idle: 8
|
|
min-idle: 0
|
|
|
|
data:
|
|
mongodb:
|
|
uri: mongodb://yltcharge:yltcharge@dds-bp176c45f561f0041.mongodb.rds.aliyuncs.com:3717,dds-bp176c45f561f0042.mongodb.rds.aliyuncs.com:3717/yltcharge?replicaSet=mgset-36440453
|
|
|
|
|
|
openapi:
|
|
ribbon:
|
|
listOfServers: http://ms-openapi:7016
|
|
|
|
distributeapi:
|
|
ribbon:
|
|
listOfServers: http://ms-distribute:7012
|
|
|
|
financeapi:
|
|
ribbon:
|
|
listOfServers: http://ms-finance:7014
|
|
|
|
orderapi:
|
|
ribbon:
|
|
listOfServers: http://ms-order:7017
|
|
|
|
orderbkapi:
|
|
ribbon:
|
|
listOfServers: http://ms-admin:7011
|
|
|
|
userapi:
|
|
ribbon:
|
|
listOfServers: http://ms-user:7022
|
|
|
|
hlht: true
|
|
|
|
aliyun:
|
|
mq:
|
|
accessKey: LTAI4GEvBgNtgQQ5sJ6cEoQR
|
|
secretKey: 3MAlB5zuC8gCU0AYKGOJOE3Dbg6qdL
|
|
namesrvAddr: http://MQ_INST_1990998586416212_BXWyy4kb.cn-hangzhou.mq-internal.aliyuncs.com:8080
|
|
|
|
open:
|
|
api: false |