mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
配置文件的一些小调整
This commit is contained in:
@@ -24,7 +24,7 @@ spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
|
||||
#spring.redis.port=6379
|
||||
#spring.redis.database=10
|
||||
##spring.redis.password=
|
||||
#
|
||||
|
||||
## 设置jedis连接池
|
||||
#spring.redis.jedis.pool.max-active=50
|
||||
#spring.redis.jedis.pool.max-idle=20
|
||||
@@ -54,3 +54,15 @@ thirdparty.github.redirecturi=
|
||||
thirdparty.qq.clientid=
|
||||
thirdparty.qq.clientsecret=
|
||||
thirdparty.qq.redirecturi=
|
||||
|
||||
# 腾讯云对象存储
|
||||
# SecretId
|
||||
qcloud.cos.accessKey=AKIDaz80bw0nJYWEgqjLgkY4JHzPYQ2NSGn4
|
||||
# SecretKey
|
||||
qcloud.cos.secretKey=1lEQKxJPFo66q54lCNGsDH4brqYzA5j6
|
||||
# 地域名
|
||||
qcloud.cos.regionName=ap-shanghai
|
||||
# 存储桶名称
|
||||
qcloud.cos.bucketName=bookshelfplus-ebooks-1302260381
|
||||
# 文件夹名称(可自定义)
|
||||
qcloud.cos.keyName=images
|
Reference in New Issue
Block a user