Skip to content

Instantly share code, notes, and snippets.

@Dev0515
Created September 28, 2018 07:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
This is the main configuration file.
export const config = {
production: false,
read_key: 'YOUR COSMIC READ KEY',
write_key: 'YOUR COSMIC WRITE KEY',
bucket_id: 'YOUR COSMIC BUCKET ID',
bucket_slug: 'YOUR COSMIC BUCKET SLUG',
URL: 'https://api.cosmicjs.com/v1/',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment