Files
epic-go/manifest/config/config.yaml
hxt 707b3cb347 feat(cron): 添加角色配装信息刷新任务并优化神器数据同步功能
- 新增每5天执行一次的角色配装信息刷新任务
- 重构神器数据同步功能,优化数据处理和保存逻辑- 添加神器图片URL获取和上传逻辑
- 更新相关测试用例
2025-07-26 16:22:12 +08:00

23 lines
504 B
Go

# https://goframe.org/docs/web/server-config-file-template
server:
address: ":8283"
openapiPath: "/api.json"
swaggerPath: "/swagger"
# https://goframe.org/docs/core/glog-config
logger:
level: "all"
stdout: true
# https://goframe.org/docs/core/gdb-config-file
database:
default:
link: "mysql:root:hu123456@tcp(193.112.151.199:3306)/wow"
debug: false
# https://goframe.org/docs/core/gredis-config-file
redis:
default:
address: "193.112.151.199:6379"
db: 0
pass: "hu123"