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

Switch to TOML for configuration files #1

Closed
kelseyhightower opened this issue Oct 5, 2013 · 1 comment
Closed

Switch to TOML for configuration files #1

kelseyhightower opened this issue Oct 5, 2013 · 1 comment
Assignees
Milestone

Comments

@kelseyhightower
Copy link
Owner

INI configuration files are proving to limited, we should really switch to TOML so thing like configuring a list of etcd servers is much cleaner.

We can go from:

[etcd]
machines = node1,node2

To:

[etcd]
machines = ["node1", "node2"]
@ghost ghost assigned kelseyhightower Oct 5, 2013
@kelseyhightower
Copy link
Owner Author

Fixed in 1d57561

tomdee added a commit to tomdee/confd that referenced this issue Oct 16, 2015
okushchenko pushed a commit that referenced this issue Oct 9, 2017
jolestar referenced this issue in yunify/confd Oct 12, 2017
ensuredir and metad support watch waitIndex.
justizin pushed a commit to justizin/confd that referenced this issue Dec 8, 2022
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