Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the boss, conf.toml #221

Open
1 of 5 tasks
goodboy opened this issue Sep 6, 2021 · 1 comment
Open
1 of 5 tasks

the boss, conf.toml #221

goodboy opened this issue Sep 6, 2021 · 1 comment

Comments

@goodboy
Copy link
Contributor

goodboy commented Sep 6, 2021

i'm thinking we might as well have a top level config file for users to choose and tweak a lot of optional/variable settings we starting to acquire.

Some options i can think of off-hand,

[allocation.default]
size_units = 'currency'
limit = 5e3
slots = 4

[allocation.options]
size_units = 'units'
limit = 10
slots = 1

[allocation.peeneez]
size_units = 'percent_of_port'
limit = 20
slots = 6

[style]
colorscheme = 'default'

[tractor]
port = 6116

[ui]
update_throttle = 60  # Hz

opinions welcome obvsly.


TODO:

@goodboy
Copy link
Contributor Author

goodboy commented Jun 21, 2023

A version of this actually already landed in #489 and is being added to in both #486 and #523 🏄🏼

Oh and we ended up jsut going with conf.toml for filename.

@goodboy goodboy changed the title the boss, config.toml the boss, conf.toml Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant