1 Star 1 Fork 1

Jack-Bai/paascloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application-dev.yml 2.96 KB
一键复制 编辑 原始数据 按行查看 历史
Jack-Bai 提交于 2019-05-21 15:41 .  注释信息
server:
tomcat:
uri-encoding: UTF-8
remote-ip-header: x-forwarded-for
use-forward-headers: true
management:
security:
enabled: false
spring:
aop:
proxy-target-class: true
auto: true
rabbitmq:
host: paascloud-mq-rabbit
port: 5672
username: guest
password: guest
redis:
host: paascloud-db-redis
password: paascloud@redis
port: 6379
timeout: 0
datasource:
driver-class-name: com.mysql.jdbc.Driver
filters: stat,wall
druid:
initial-size: 50
min-idle: 50
max-active: 100
test-on-borrow: true
time-between-eviction-runs-millis: 60000
min-evictable-idle-time-millis: 300000
web-stat-filter:
exclusions: '*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*'
stat-view-servlet:
allow:
login-username: admin
login-password: admin
mail:
host: smtp.163.com
username: paascloudTest@163.com
password: a123456
port: 465
protocol: smtp
test-connection: false
default-encoding: UTF-8
properties:
mail:
debug: true
smtp:
auth: true
connectiontimeout: 10000
timeout: 10000
writetimeout: 10000
socketFactory:
class: javax.net.ssl.SSLSocketFactory
port: 465
starttls:
enable: true
required: true
boot:
admin:
username: admin
password: admin
zipkin:
rabbitmq:
queue: zipkin
sleuth:
sampler:
percentage: 0.2
feign:
hystrix:
enabled: true
client:
config:
default:
connectTimeout: 5000
readTimeout: 5000
ribbon:
eager-load:
enabled: true
MaxAutoRetries: 1
MaxAutoRetriesNextServer: 2
OkToRetryOnAllOperations: false
ConnectTimeout: 60000
ReadTimeout: 20000
hystrix:
command:
default:
execution:
timeout:
enabled: true
isolation:
thread:
timeoutInMilliseconds: 20000
info:
软件著作权: paascloud快速搭建企业级分布式微服务平台
著作登记号: 2018SR320076
关于我们: http://paascloud.net
paascloud:
auth:
jwt:
expiredRemainMinutes: 20
expiredMinutes: 120
aliyun:
key:
accessKeyId: 'your aliyun accessKeyId'
accessKeySecret: 'your aliyun accessKeySecret'
rocketMq:
namesrvAddr: paascloud-mq-rocket:9876
sms:
signName: 快乐学习网
regionId: cn-beijing
endpoint:
endpointName: cn-beijing
product: 'your sms product'
domain: dysmsapi.aliyuncs.com
qiniu:
key:
accessKey: 'your qiniu accessKey'
secretKey: 'your qiniu secretKey'
oss:
privateHost: 'your qiniu oss private host'
publicHost: 'your qiniu oss public host'
alipay:
callback:
url: http://dev-api.paascloud.net/omc/pay/alipayCallback
qrCode:
pcPath: /data/file/qrCode/alipay
qiniuPath: alipay/QRCode/
zk:
zkAddressList: paascloud-provider-zk:2181
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/baichengwei/paascloud-config.git
git@gitee.com:baichengwei/paascloud-config.git
baichengwei
paascloud-config
paascloud-config
master

搜索帮助