Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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



ini file format is pretty much this

[section_name]

key=value

key=value




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: