Skip to content

Commit

Permalink
[Feature] 개발 환경 및 스테이징 환경 URL 변경 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
seungyeop-lee authored Jul 16, 2024
1 parent 06c6ddc commit eabad84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/web/.env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NEXT_PUBLIC_DOMAIN=http://localhost:3000
NEXT_PUBLIC_API_URL=https://dev.vook-api.seungyeop-lee.com
NEXT_PUBLIC_GOOGLE_LOGIN_URL=https://dev.vook-api.seungyeop-lee.com/oauth2/authorization/google
NEXT_PUBLIC_API_URL=https://dev-api.vook.app
NEXT_PUBLIC_GOOGLE_LOGIN_URL=https://dev-api.vook.app/oauth2/authorization/google
6 changes: 3 additions & 3 deletions apps/web/.env.staging
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NEXT_PUBLIC_DOMAIN=https://stag.vook.seungyeop-lee.com
NEXT_PUBLIC_API_URL=https://stag.vook-api.seungyeop-lee.com
NEXT_PUBLIC_GOOGLE_LOGIN_URL=https://stag.vook-api.seungyeop-lee.com/oauth2/authorization/google
NEXT_PUBLIC_DOMAIN=https://stag.vook.app
NEXT_PUBLIC_API_URL=https://stag-api.vook.app
NEXT_PUBLIC_GOOGLE_LOGIN_URL=https://stag-api.vook.app/oauth2/authorization/google

0 comments on commit eabad84

Please sign in to comment.