Files
2026-01-14 08:37:21 +08:00

37 lines
998 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 全局端口定义(原注释保留,注意格式)
server:
tomcat:
uri-encoding: utf-8
# 全局字符集设置
servlet:
encoding:
enabled: true
charset: utf-8
force: true
spring:
aop:
proxy-target-class: true
# 阿里云配置MinIO配置移到这里面
aliyun:
oss:
access-key-id: LTAI5tKo9TpWH1aW6JxWm1Gp
access-key-secret: LHk9DdHECKCwIdaIM9fkGgEuowt18W
bucket-name: heimato
accessKeyId: LTAI5tPk15RZDncsVQsFJgrw
secret: auoKUFsghimbfVQHpy7gtRyBkoR4vc
scenes: antispam
minio-access-key: minio # 对应代码中的 minioAccessKey
minio-secret-key: minio123 # 对应代码中的 minioSecretKey
minio-bucket: leadnews # 对应代码中的 minioBucket
minio-endpoint: http://192.168.200.130:9000 # 对应代码中的 minioEndpoint
# 百度配置(保持不变)
baidu:
api:
api-key: "XbdpAmrvjbzxN74JUWNu3Nqh"
secret-key: "ibcgo1ejyMKWa6XDtEmVCSJuFbgb2TKZ"
appid: "119983858"