Sharing Webstorm Node.js Environment Variables

I have a growing list of environment variables for my Node.js app in webstorm. Is there a way to share this list so that any new developers we have to the project do not need to manually add them but can rather just import them? As we add db connections or api keys that we don't want to be part of the codebase it would make things much easier to just be able to add those and then easily share the file with all of the team.