Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bonestamp2
7 days ago
|
parent
|
context
|
favorite
| on:
Why do so many tools have JSON config files?
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
help
jetbalsa
7 days ago
[–]
ini file format is pretty much this
[section_name]
key=value
key=value
reply
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
env=staging
db=0.0.0.0
#descriptive comment
etc=true