Skip to content

Instantly share code, notes, and snippets.

@sumitkharche
Created June 25, 2019 19:16
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 sumitkharche/50afb7dbaec434f51e10018267868df1 to your computer and use it in GitHub Desktop.
Save sumitkharche/50afb7dbaec434f51e10018267868df1 to your computer and use it in GitHub Desktop.
config.js
export default {
bucket: {
slug: process.env.COSMIC_BUCKET || 'coffee-blog',
read_key: process.env.COSMIC_READ_KEY || '',
write_key: process.env.COSMIC_WRITE_KEY || '',
port: process.env.PORT || '',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment