Skip to content

Instantly share code, notes, and snippets.

@jdstaerk
Created December 28, 2018 19:25
Show Gist options
  • Select an option

  • Save jdstaerk/ed7c274ed08cc5e11473af7c32eea1f6 to your computer and use it in GitHub Desktop.

Select an option

Save jdstaerk/ed7c274ed08cc5e11473af7c32eea1f6 to your computer and use it in GitHub Desktop.
module.exports = {
db: {
connectionString: '' || process.env.DB_CONNECTION_STRING,
},
someService: {
someApiKey: '' || process.env.SOME_API_KEY,
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment