@scriptdaemon

Results 2 comments of @scriptdaemon

You need to add a `File` store to nconf. https://github.com/indexzero/nconf#file

Order matters, since `defaults` is just a named `Literal` store. Did you put the `File` store first? EDIT: You may want to look at this issue: https://github.com/indexzero/nconf/issues/218