-
Notifications
You must be signed in to change notification settings - Fork 1
指令&配置文件
zheng sen he edited this page Dec 10, 2023
·
6 revisions
/apl ping 测试api状态
/apl reload 重载配置文件(商品信息,api等)
以上指令都需要 afadian.admin
权限
config.yml
# 填写爱发电的api
user: ''
token: ''
# 数据库信息 (推荐启用)
mysql-info:
ip: '127.0.0.1'
port: 3306
param: 'useSsl=false'
user: 'root'
password: 'mmeteor233'
database: 'minecraft'
validSql: 'show databases'
# 该选项控制多久开始查询一次订单
# 默认设置为 每两分钟 进行一次查询
# 你可以键入 0 */5 * * * * 进行五分钟一次查询
# 更灵活的时间可以参考 http://cron.ciding.cc/
query-cron: '0 0/2 * * * ?'
# 开启debug模式 (将在后台输出错误信息)
debug: false
有任何建议或使用中遇到的bug,请提交到ISSUES 或加群653440235反馈