-
-
Save jazibsawar/27c0256cb1ef2d68d730b802b359f144 to your computer and use it in GitHub Desktop.
src/config/index.js
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 default { | |
COSMIC_BUCKET: process.env.COSMIC_BUCKET, | |
COSMIC_READ_KEY: process.env.COSMIC_READ_KEY, | |
COSMIC_WRITE_KEY: process.env.COSMIC_WRITE_KEY | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment