feat(config): update config format
This commit is contained in:
parent
37f55472c1
commit
9ec4687e49
1 changed files with 2 additions and 2 deletions
|
@ -26,10 +26,10 @@ cfg.init(
|
|||
comment="history of systems.json download paths",
|
||||
)
|
||||
cfg.init(
|
||||
"history.out_path",
|
||||
"history.stars_csv_path",
|
||||
[],
|
||||
"path_list",
|
||||
comment="history of output paths (stars.csv and precomputed graphs)",
|
||||
comment="history of paths for stars.csv",
|
||||
)
|
||||
cfg.init("route.range", 7.56, comment="jump range")
|
||||
cfg.init("route.primary", False, comment="only route through primary stars")
|
||||
|
|
Loading…
Reference in a new issue