shadowmire/config.example.toml
taoky c8a11d3d1f Config file support and other fixes
- Write JSON every 100 iterations instead of 1000 iterations
- Write plan.json with indent=2
2024-08-06 14:41:51 +08:00

10 lines
144 B
TOML

[options]
sync_packages = true
# shadowmire_upstream = http://example.com/pypi/web/
exclude = [
"[a-z]"
]
prerelease_exclude = [
".+"
]