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.
44 lines
1000 B
44 lines
1000 B
spring:
|
|
datasource:
|
|
url: jdbc:mysql://10.10.14.210:22066/ycharge?useUnicode=true&useSSL=false&characterEncoding=UTF-8
|
|
username: ycharge
|
|
password: ycharge
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
druid:
|
|
stat-view-servlet:
|
|
allow: true
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
filters: stat
|
|
maxActive: 20
|
|
|
|
data:
|
|
mongodb:
|
|
host: 10.10.14.210
|
|
port: 27017
|
|
database: ycharge
|
|
username: ycharge
|
|
password: ycharge
|
|
|
|
redis:
|
|
database: 0
|
|
host: 10.10.14.210
|
|
port: 6379
|
|
password: ylt#redis
|
|
timeout: 0
|
|
pool:
|
|
max-active: 8
|
|
max-idle: 8
|
|
min-idle: 0
|
|
|
|
oss:
|
|
aliyun:
|
|
imageUrl: https://yzrz.oss-cn-chengdu.aliyuncs.com/
|
|
endpoint: https://oss-cn-chengdu.aliyuncs.com/
|
|
accessKeyId: LTAI4G3v2pxUaSTbuiHH2FCy
|
|
accessKeySecret: PMXAuT3fiknhtM3YlR59SfW9BFXu62
|
|
bucketName: yzrz
|
|
|
|
userapi:
|
|
ribbon:
|
|
listOfServers: http://ms-user:7022
|