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.
58 lines
1.1 KiB
58 lines
1.1 KiB
spring:
|
|
data:
|
|
mongodb:
|
|
uri: mongodb://evgeek:evgeek@192.168.1.172:27017/evgeek
|
|
datasource:
|
|
url: jdbc:mysql://10.10.14.210:22066/ycharge?useUnicode=true&characterEncoding=UTF-8
|
|
username: icharge
|
|
password: icharge
|
|
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: 10.10.14.210
|
|
port: 6379
|
|
password: ylt#redis
|
|
timeout: 0
|
|
pool:
|
|
max-active: 8
|
|
max-idle: 8
|
|
min-idle: 0
|
|
|
|
|
|
ribbon:
|
|
eureka:
|
|
enabled: false
|
|
|
|
ReadTimeout: 60000
|
|
ConnectTimeout: 60000
|
|
MaxAutoRetries: 0
|
|
MaxAutoRetriesNextServer: 1
|
|
|
|
logging:
|
|
level:
|
|
com:
|
|
icharge:
|
|
user:
|
|
mapper: error
|
|
config: classpath:logback-spring.xml
|
|
|
|
|
|
properties:
|
|
config: debug
|
|
|
|
financeapi:
|
|
ribbon:
|
|
listOfServers: http://i100c.3322.org:30714
|
|
|
|
cheweiapi:
|
|
ribbon:
|
|
# listOfServers: http://www.baidu.com
|
|
listOfServers: http://cz.api.cheweiguanjia.com
|