feathersjs / docs

[MOVED] Legacy Feathers documentation
https://crow.docs.feathersjs.com/
MIT License
242 stars 532 forks source link

Updated configuration docs for nested properties #1493

Closed bennol closed 4 years ago

bennol commented 4 years ago

Added important detail that when using @feathers/configuration, app.get() can't directly access nested properties. https://github.com/feathersjs-ecosystem/configuration/issues/38

I stumbled upon this unexpected behavior and spent some time debugging the issue. Having worked with node-config for some time I just expected nested properties to work just as well with app.get()/app.set() as with config.get()/config.set().

daffl commented 4 years ago

Thank you!