You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.5 KiB
62 lines
1.5 KiB
# 上传文件的临时路径
|
|
uploadTempPath: c:/Windows/Temp
|
|
# 生成Token的密码
|
|
CookieMd5SingPwd: DsideaL4r5t6y7u
|
|
|
|
# 数据库信息
|
|
mysql:
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
user: ylt
|
|
password: Ycharge666
|
|
jdbcUrl: jdbc:mysql://10.10.14.210:22066/base_db?reWriteBatchedInserts=true
|
|
|
|
# redis
|
|
redis:
|
|
ip: 10.10.14.14
|
|
port: 18890
|
|
|
|
# JWT
|
|
jwt:
|
|
SECRET: ZXZnZWVr5b+r5LmQ5L2g55qE5Ye66KGM
|
|
|
|
minio:
|
|
endpoint: http://10.10.14.210:9000
|
|
accessKey: AOxWewe7pywwEc1NQeP6
|
|
secretKey: EiLaKLpLW6OHmjPxvMLBD11Zu3xtV1tdZU9PFVYO
|
|
bucketName: dsideal
|
|
url: http://10.10.14.210:9000/dsideal
|
|
|
|
# 网关配置
|
|
gateway:
|
|
# 超时配置(毫秒)
|
|
timeout:
|
|
connect: 10000
|
|
read: 30000
|
|
write: 30000
|
|
|
|
# 连接池配置
|
|
connection:
|
|
max: 5
|
|
keep-alive: 300
|
|
|
|
# 安全配置
|
|
security:
|
|
cors:
|
|
allowed-origins: "*" # 或者具体的域名列表,如 "http://localhost:8080,https://your-domain.com"
|
|
allowed-methods: "GET,POST,OPTIONS"
|
|
allowed-headers: "Content-Type,Authorization,Cookie"
|
|
allow-credentials: true
|
|
max-age: 3600
|
|
# ==============================================================
|
|
|
|
excel:
|
|
# 导出excel 的模板配置路径
|
|
excelExportTemplatePathSuffix: /ExcelExportTemplate/
|
|
# 导入excel 的模板配置路径
|
|
ExcelImportTemplatePathSuffix: /ExcelImportTemplate/
|
|
|
|
|
|
# RocketMq的配置信息
|
|
RocketMq:
|
|
nameServer: 10.10.14.210:9876
|
|
topic: topic-test2 |