wechat-robot/configs/config.dev.yaml
李寻欢 33b53869bd
All checks were successful
BuildImage / build-image (push) Successful in 7m28s
:refactor: 更新依赖路径,将xybot模块更改为wechat-client/xybot
2025-04-30 15:40:19 +08:00

51 lines
1.1 KiB
YAML
Raw 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:
port: 8080
host: "0.0.0.0"
env: "development"
# 开发环境使用SQLite
database:
type: "mysql"
host: "10.0.0.31"
port: 3307
user: "wechat"
password: "wechat123"
dbname: "wechat_bot"
charset: "utf8mb4"
redis:
host: "10.0.0.31"
port: 6379
password: "pGhQKwj7DE7FbFL1"
db: 13
docker:
host: "http://10.0.0.243:2375"
apiVersion: "1.41"
imageName: "lxh01/xybotv2:latest"
network: "bridge"
memory: 512 # 容器内存限制MB
auth:
type: "logto" # 支持 password 和 logto 两种
password:
secretKey: "your-secret-key-change-me" # 加密密钥
adminToken: "admin-token-change-me" # 密码
tokenExpiry: 24 # 登录有效期(小时)
logto:
endpoint: "https://logto.wjg95.cn/"
appId: "ib3tgt6nitenckuzuw1ck"
appSecret: "9iMwD6ndtGjh9bFg3ABVHYkj5ZGXdFZM"
logger:
level: "debug"
file: "" # 空表示日志输出到控制台
minio:
endpoint: 10.0.0.5:9000
host: 10.0.0.5:9000
accessKey: ZsRIVPn3XZtjAeL5Mu50
secretKey: h8uu621Z9YOvd19VWx84A2nPfIU4ND03aAo69Xlx
bucket: wechat
useSSL: false