eogas / evsonic

A ripoff of subsonic in nodejs with express
zlib License
2 stars 1 forks source link

New config options should be added to existing config.json #1

Closed eogas closed 10 years ago

eogas commented 10 years ago

Currently, default_config.json writes a new config.json if the file doesn't already exist, however this doesn't handle the situation wherein a config option is added to default_config.json

Ideally, any new defaults should be written to an existing config.json if they are not present.