mirror of
https://github.com/taoky/shadowmire.git
synced 2025-07-12 04:18:49 +00:00
Config file support and other fixes
- Write JSON every 100 iterations instead of 1000 iterations - Write plan.json with indent=2
This commit is contained in:
9
config.example.toml
Normal file
9
config.example.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[options]
|
||||
sync_packages = true
|
||||
# shadowmire_upstream = http://example.com/pypi/web/
|
||||
exclude = [
|
||||
"[a-z]"
|
||||
]
|
||||
prerelease_exclude = [
|
||||
".+"
|
||||
]
|
Reference in New Issue
Block a user