dabit3 / nextjs-gitcoin-passport

Next.js + Gitcoin passport example application

Home Page:https://nextjs-gitcoin-passport.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Env variable names

0xZakk opened this issue · comments

const APIKEY = process.env.NEXT_PUBLIC_GC_API_KEY
const COMMUNITYID = process.env.NEXT_PUBLIC_GC_COMMUNITY_ID

Can we do API_KEY and COMMUNITY_ID (with the underscores) throughout?

good suggestion!