-
Notifications
You must be signed in to change notification settings - Fork 6
配置文件说明
GOOD-AN edited this page Apr 20, 2023
·
5 revisions
配置中
true
为启用,false
为不启用,>>>
为模块详细说明
请按需修改配置内容,前提为明白且清楚配置功能与自身需求
以下所有模块均可使用程序填写
[app]
name = Mys_Exch_Goods
env = local
branch = main
version = 3.0.0
>>> 默认应用信息,除非确定,勿动!!!
[update_setting]
check_enable = true
update_enable = true
>>> check_enable为是否启用运行项目前检查更新,update_enable为是否自动更新项目
[exchange_setting]
thread = 3
retry = 5
>>> thread为兑换商品时同时发起的请求数量(不建议过大),retry为单次兑换中的重试次数
[ntp]
enable = true
ntp_server = ntp.aliyun.com
>>> 获取时间是否使用ntp,ntp_server为ntp服务器地址