Commit 22bdd2ec authored by tywldx's avatar tywldx

add new sys

parent 83cd500c
# Spring Config *
spring.profiles.active=@project.environment@
spring.http.encoding.force=true
spring.http.encoding.charset=UTF-8
spring.http.encoding.enabled=true
# server *
server.contextPath=/
server.tomcat.max-threads=800
server.tomcat.uri-encoding=UTF-8
server.port=8085
server.session-timeout=5184000
spring.aop.proxy-target-class=true
multipart.max-file-size=40Mb
multipart.max-request-size=40Mb
# http\u8D85\u65F6\u8BBE\u7F6E *
rest.socketTimeout=5000
rest.connectionTimeout=5000
spring.http.multipart.maxFileSize=15Mb
# Redis Config *
credit.redis.defaultExpiration=600
credit.redis.master.host=redis
credit.redis.master.port=6381
credit.redis.master.name=
credit.redis.password=
credit.redis.sentinel1.host=
credit.redis.sentinel1.port=1
credit.redis.sentinel2.host=
credit.redis.sentinel2.port=1
credit.redis.sentinel3.host=
credit.redis.sentinel3.port=1
credit.redis.maxIdle=20
credit.redis.maxTotal=25
credit.redis.minIdle=10
# DataSource *
db.driver=com.mysql.jdbc.Driver
db.minPoolSize=1
db.maxPoolSize=5
# credit
db.credit.username=root
db.credit.password=root
db.credit.url=jdbc:mysql://db:3306/credit_league?useUnicode=true&characterEncoding=UTF8
# xyqb
db.xyqb.username=qa
db.xyqb.password=qatest
db.xyqb.url=jdbc:mysql://db:3306/xyqb?useUnicode=true&characterEncoding=UTF8
#cash_loan_flow for outer order No.
db.cash_loan_flow.user=qa
db.cash_loan_flow.password=qatest
db.cash_loan_flow.url=jdbc:mysql://db:3306/cash_loan_flow?useUnicode=true&characterEncoding=utf8
# qiniu
qiniu.storage.accessKey=QyjX3i2tEMvrv50j6M_wpb9YoFJbxSm3jEkOj9lY
qiniu.storage.secretKey=uoMTzRLoElTAKXVzelGgTvI652zJ8bCz_qqTtoGl
qiniu.storage.bucket=data-union
qiniu.storage.url=http://otzxemdr5.bkt.clouddn.com/
#swagger
swagger.ui.enable=true
#data_synchronization
credit.data.synchronization=true
credit.data.schedule=0 0 3 * * ?
#fund
fund.dispatch.loginuri=http://rauth-${NAMESPACE}.q-gp.com/user/login
fund.dispatch.assignuri=http://rapi-${NAMESPACE}.q-gp.com/funds/assign/loan
#xyqb-api
xyqb.api.host=http://api-${NAMESPACE}.q-gp.com/channel/generateChannel
#domain
domains.credit=http://127.0.0.1:8085
#server
credit.server.number = 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment