Skip to content

Instantly share code, notes, and snippets.

@jazibsawar
Created January 5, 2018 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jazibsawar/2615038bca41eb2388ca5aa42c75651b to your computer and use it in GitHub Desktop.
Save jazibsawar/2615038bca41eb2388ca5aa42c75651b to your computer and use it in GitHub Desktop.
/config/prod.env.js
'use strict'
module.exports = {
NODE_ENV: '"production"',
COSMIC_BUCKET: `"${process.env.COSMIC_BUCKET}"`,
COSMIC_READ_KEY: `"${process.env.COSMIC_READ_KEY}"`,
COSMIC_WRITE_KEY: `"${process.env.COSMIC_WRITE_KEY}"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment