I have few variables like app key which i need to access across all files i need to have something like initializers which will initialize all my constants in one place and should be able to access across the application? any suggestions on how to implement this initializers in node. i don't want to require the fileI have few variables like app key which i need