Apologies for the basic question but im very new to NodeJS and Express
I want to have separate properties (such as db connection strings or encryption keys etc) for my local, test and production environments
I was wondering what is the best way to do this? If anyone can point to a tutorial or any best practices it would be much appreciated
Thanks Damien