Skip to content

Comment on Why do so many tools have JSON config files?

Comments

For our internal tooling we use something similar to a bash profile config file with name/value pairs separated by linebreaks. So, our configs look something like:

env=staging

db=0.0.0.0

#descriptive comment

etc=true

ini file format is pretty much this

[section_name]

key=value

key=value

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.