Skip to content

Instantly share code, notes, and snippets.

@Dev0515
Created September 28, 2018 07:11
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 Dev0515/f5f6456358b8e74a2df066f13ce6300a to your computer and use it in GitHub Desktop.
Save Dev0515/f5f6456358b8e74a2df066f13ce6300a to your computer and use it in GitHub Desktop.
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