1 Star 0 Fork 1

李慢慢/ios_super_sign_docker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
application-sign.yml 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
xujimu 提交于 2022-03-11 17:35 . 初始化
debug: false
spring:
redis:
database: 0
# Redis服务器地址
host: 127.0.0.1
# Redis服务器连接端口
port: 6379
# Redis服务器连接密码(默认为空)
password:
servlet:
multipart:
max-file-size: 64000MB
max-request-size: 6400MB
datasource:
username: root
password: Mysql666..
url: jdbc:mysql://127.0.0.1:3306/ios_super_sign?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai&useSSL=false
driver-class-name: com.mysql.cj.jdbc.Driver
resources:
static-locations: file:/sign/temp,file:/sign/mode/software,file:/sign/mode/temp,file:/sign/mode/static/temp,file:/sign/mode/config,file:/sign/public,classpath:/static,classpath:/resources,classpath:/META-INF/resources
freemarker:
suffix: .ftl
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
server:
port: 8080
#tomcat证书和密码
# ssl:
# key-store: /sign/mode/cert.jks
# key-password: D6s4YRwc
servlet:
context-path: /
mybatis-plus:
config-location: classpath:mybatis-config.xml
#七牛云的参数,如果不使用请所有都留空
qiniuyun:
accessKey:
secretKey: ToI-iR-Dhq-udEwIrZEhauqJCpbX6vrl-yk4ZXuh
bucket: abcqweqwedq
url: https://
#内网地区 huadong 或者 huabei 不填则不用内网
reg:
#阿里云的参数,如果不使用请所有都留空
aliyun:
accessKey:
secretKey: jXEqeh0u6M3B77JICx8KAOWSrPFL3P
bucket: signossqd
# 上传url
url: https://
# 下载url
downUrl: https://
thread: 20
logging:
level:
root: info
#com.wlznsb.iossupersign.dao: debug
file:
path: spring.log
#域名用于免签封装
domain: https://替换域名/
#上传安卓扣除设备数
apkCount: 0
#免签封装扣除设备数
signCount: 0
#上传证书扣除设备数
uploadCertCount: 0
#自助分发需要扣除设备数
sofware: 10
#ios自助分发需要扣除设备数
iosSignSofware: 10
#免签封装证书密码
mqpassword: u19l123
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liyangouter/ios_super_sign_docker.git
git@gitee.com:liyangouter/ios_super_sign_docker.git
liyangouter
ios_super_sign_docker
ios_super_sign_docker
main

搜索帮助