57 lines
1.7 KiB
YAML
57 lines
1.7 KiB
YAML
spring:
|
|
datasource:
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://127.0.0.1:3306/cook?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
|
|
username: root
|
|
password: celnet@2025.bln
|
|
# url: jdbc:mysql://183.6.105.131:13306/zhonghe_test?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
|
|
# username: root
|
|
# password: Celnet@2022
|
|
mail:
|
|
host: smtp.163.com
|
|
port: 465
|
|
protocol: smtps
|
|
username: red_celnet@163.com
|
|
password: COGERHMHEPUMXJLF
|
|
send-to: kris.dong@celnet.com.cn
|
|
|
|
#sf webservice配置
|
|
sf:
|
|
# 附件下载url
|
|
file-download-url: https://zhonghe.my.salesforce.com
|
|
file-upload-url: https://yihui-medical.my.sfcrmproducts.cn
|
|
# #线程数
|
|
# executor-size: 5
|
|
# list:
|
|
# - username: conner.yan@hairobotics.com.puat
|
|
# password: hairou20228
|
|
# url: https://test.salesforce.com/services/Soap/u/56.0
|
|
|
|
#sf-target:
|
|
# #线程数
|
|
# executor-size: 5
|
|
# list:
|
|
# - url: https://test.salesforce.com/services/Soap/u/56.0
|
|
# username: michelle.qian@celnet.com.cn.devcpq
|
|
# password: celnet2023
|
|
|
|
#xxl-job配置
|
|
xxl-job:
|
|
address: http://127.0.0.1:8080/xxl-job-admin/
|
|
appname: ${spring.application.name}
|
|
port: 8887
|
|
logPath: /${spring.application.name}/xxl-job/jobhandler
|
|
|
|
file:
|
|
# 存储类别 OSS SERVER
|
|
type: SERVER
|
|
# 文件存储路径 当type为SERVER生效 作为服务器文件存储路径 不配置默认 ./file
|
|
path: file
|
|
# 阿里oss配置 不用可不配
|
|
aliyun:
|
|
oss:
|
|
accessKey: LTAI5tBEFLSJ6hccuDH7wKkv
|
|
secretKey: Q3d6MjrWJCmwz1ND54hLnUCwYAWsDa
|
|
endpoint: https://oss-cn-shenzhen.aliyuncs.com
|
|
bucket: crm-backup-oss |