gflarity / nervous

Nervous provides the building blocks for a Node.js based monitoring system.
MIT License
71 stars 4 forks source link

Put config into separate file? #6

Closed gflarity closed 12 years ago

gflarity commented 12 years ago

Right now the config is at the top of the plugin index.js. This has certain advantages, but it might make more sense to slup up a config.js. That way configuration management systems could replace an entire file. Feedback?

gflarity commented 12 years ago

Config is inside the conf direction in a json file now.