|
@@ -30,17 +30,10 @@ forest:
|
|
|
timeout: 3000
|
|
|
## 连接超时时间,单位为毫秒, 默认值为2000
|
|
|
connect-timeout: 3000
|
|
|
-
|
|
|
-upload:
|
|
|
- type: oss
|
|
|
- query-path: https://4dkk.4dage.com/
|
|
|
-oss:
|
|
|
- #point: http://oss-cn-shenzhen-internal.aliyuncs.com
|
|
|
- point: http://oss-cn-shenzhen-internal.aliyuncs.com
|
|
|
- key: LTAIUrvuHqj8pvry
|
|
|
- secrey: JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
|
|
|
- bucket: 4dkankan
|
|
|
- small: ?x-oss-process=image/resize,m_fill,h_%s,w_%s
|
|
|
+jasypt:
|
|
|
+ encryptor:
|
|
|
+ algorithm: PBEWithMD5AndDES
|
|
|
+ iv-generator-classname: org.jasypt.iv.NoIvGenerator
|
|
|
sa-token:
|
|
|
# token名称 (同时也是cookie名称)
|
|
|
token-name: token
|