.env #125
Locked
sgoldenbird
started this conversation in
Docs (Convention, R&R etc)
.env
#125
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
.env.local
API_BASE_URL=https://sp-globalnomad-api.vercel.app/15-1/
API_ETL_URL=https://etl-worker.qkrwogus990225.workers.dev/data
NEXT_PUBLIC_API_BASE_URL=https://sp-globalnomad-api.vercel.app/15-1/
NEXT_PUBLIC_KAKAO_REST_API_KEY=d9ba06936f3ec370df16744003fd3df5
NEXT_PUBLIC_KAKAO_REDIRECT_URI=http://localhost:3000/api/auth/kakao/callback
NEXT_PUBLIC_KAKAO_SIGNIN_REDIRECT_URI=http://localhost:3000/api/auth/kakao/signin
NEXT_PUBLIC_KAKAO_SIGNUP_REDIRECT_URI=http://localhost:3000/api/auth/kakao/signup
NEXT_PUBLIC_KAKAO_MAP_APP_KEY=07ca33855aa3ffedeb68e03b22415531
.env.production
API_BASE_URL=https://sp-globalnomad-api.vercel.app/15-1/
API_ETL_URL=https://etl-worker.qkrwogus990225.workers.dev/data
NEXT_PUBLIC_API_BASE_URL=https://sp-globalnomad-api.vercel.app/15-1/
NEXT_PUBLIC_KAKAO_REST_API_KEY=d9ba06936f3ec370df16744003fd3df5
NEXT_PUBLIC_KAKAO_REDIRECT_URI=https://roam-ready-rho.vercel.app/api/auth/kakao/callback
NEXT_PUBLIC_KAKAO_SIGNIN_REDIRECT_URI=https://roam-ready-rho.vercel.app/api/auth/kakao/signin
NEXT_PUBLIC_KAKAO_SIGNUP_REDIRECT_URI=https://roam-ready-rho.vercel.app/api/auth/kakao/signup
NEXT_PUBLIC_KAKAO_MAP_APP_KEY=07ca33855aa3ffedeb68e03b22415531
Beta Was this translation helpful? Give feedback.
All reactions