Skip to content

Instantly share code, notes, and snippets.

@malihassan20
Created January 17, 2018 21:07
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 malihassan20/722518171c0ebf334bd07e17e67141b9 to your computer and use it in GitHub Desktop.
Save malihassan20/722518171c0ebf334bd07e17e67141b9 to your computer and use it in GitHub Desktop.
nextJs-tour-diary-app\cosmic\config.js
/* Configuration for CosmicJs bucket
================================ */
export default {
bucket: {
slug: process.env.COSMIC_BUCKET,
read_key: process.env.COSMIC_READ_KEY,
write_key: process.env.COSMIC_WRITE_KEY
},
image_folder: 'tour-images'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment