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
const config = { | |
bucket_name: "jamstack_app", | |
bucket_slug: "jamstack_app", | |
bucket_id: "YOUR COSMIC BUCKET_ID", | |
read_key: "YOUR COSMIC READ_KEY", | |
write_key: "YOUR COSMIC WRITE_KEY", | |
url: "https://api.cosmicjs.com/v1/" | |
} | |
export default config; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment