This is the main configuration file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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