Skip to content

Instantly share code, notes, and snippets.

@mtermoul
Created July 27, 2018 21:56
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 mtermoul/05e5ca9e753336c96d31227477d234ed to your computer and use it in GitHub Desktop.
Save mtermoul/05e5ca9e753336c96d31227477d234ed to your computer and use it in GitHub Desktop.
const config = {
bucket: {
slug: process.env.COSMIC_BUCKET || 'store-locator',
read_key: process.env.COSMIC_READ_KEY,
write_key: process.env.COSMIC_WRITE_KEY
},
object_type: 'cities'
}
export default config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment