fix:会滚配置
This commit is contained in:
@@ -12,19 +12,26 @@ spring:
|
|||||||
# 日志配置
|
# 日志配置
|
||||||
logging:
|
logging:
|
||||||
file:
|
file:
|
||||||
name: websoft-api.log
|
name: logs/websoft-api.log
|
||||||
level:
|
level:
|
||||||
root: WARN
|
root: INFO
|
||||||
com.gxwebsoft: ERROR
|
com.gxwebsoft: INFO
|
||||||
com.baomidou.mybatisplus: ERROR
|
com.baomidou.mybatisplus: ERROR
|
||||||
|
com.alipay.api: INFO
|
||||||
|
logback:
|
||||||
|
rollingpolicy:
|
||||||
|
# file-name-pattern: ${LOG_FILE}.%d{yyyy-MM-dd}.%i.log
|
||||||
|
max-history: 30
|
||||||
|
|
||||||
socketio:
|
socketio:
|
||||||
host: 0.0.0.0 #IP地址
|
host: 0.0.0.0 #IP地址
|
||||||
|
# host: localhost
|
||||||
|
|
||||||
# 框架配置
|
# 框架配置
|
||||||
config:
|
config:
|
||||||
# 生产环境接口
|
# 生产环境接口
|
||||||
server-url: https://yxw.wsdns.cn/api
|
server-url: https://yxw.wsdns.cn/api
|
||||||
|
# server-url: https://127.0.0.1:9090/api
|
||||||
upload-path: /www/wwwroot/file.ws/
|
upload-path: /www/wwwroot/file.ws/
|
||||||
|
|
||||||
# 阿里云OSS云存储
|
# 阿里云OSS云存储
|
||||||
@@ -34,3 +41,10 @@ config:
|
|||||||
bucketName: oss-yunxinwei
|
bucketName: oss-yunxinwei
|
||||||
bucketDomain: https://oss.wsdns.cn
|
bucketDomain: https://oss.wsdns.cn
|
||||||
aliyunDomain: https://oss-yunxinwei.oss-cn-shenzhen.aliyuncs.com
|
aliyunDomain: https://oss-yunxinwei.oss-cn-shenzhen.aliyuncs.com
|
||||||
|
|
||||||
|
|
||||||
|
#定时表达式
|
||||||
|
cron:
|
||||||
|
alert: 0 30 9 * * ?
|
||||||
|
profit: 0 0/2 * * * ?
|
||||||
|
timeoutOrder: 1 0 0 * * ?
|
||||||
Reference in New Issue
Block a user