加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.toml 510 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aofei Sheng 提交于 2019-10-01 23:50 . feat: add cfg.Goproxy.MaxGoBinWorkers
# Air
[air]
app_name = "goproxy-china"
debug_mode = true
address = "localhost:8080"
minifier_enabled = true
gzip_enabled = true
coffer_enabled = true
i18n_enabled = true
# Zerolog
[zerolog]
logger_level = "debug"
# Qiniu Cloud Kodo
[kodo]
endpoint = "<ENDPOINT>"
access_key = "<ACCESS_KEY>"
secret_key = "<SECRET_KEY>"
bucket_name = "<BUCKET_NAME>"
bucket_endpoint = "<BUCKET_ENDPOINT>"
# Goproxy
[goproxy]
go_bin_name = "go"
max_go_bin_workers = 8
max_zip_cache_bytes = 104857600
local_cache_root = "/tmp"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化