-
Notifications
You must be signed in to change notification settings - Fork 0
config & keys
brandon flowers edited this page Oct 22, 2024
·
2 revisions
cross-country-config-private.js
// rename this file to cross-country-config-private.js and add your own keys
// see .gitignore to see its already ignored
const publicConfig = {
UNSPLASH_API_KEY: '',
RAPID_API_KEY: '',
};
export default publicConfig;
Note to self this is a public repo so don't add any keys even if they are on the free tier