chore : dev 서버 주소를 새 EIP 로 옮긴다 - #84
Merged
Merged
Conversation
dev 서버가 15.164.21.120 → 54.251.165.129 (EIP, 고정) 로 이전됐다. 구서버는 곧 종료 예정이라 그 주소는 죽는다. .env 는 gitignore 대상이라 이 파일만 고치면 된다. 동작에 영향은 없고 문서 성격이지만, 새로 클론하는 사람이 죽은 서버를 baseURL 로 넣게 되는 것을 막는다 — 이 값 하나가 axios baseURL 전체를 결정한다(파일 위쪽 주석 참고). 새 주소 확인: /actuator/health 200, /api/v1/auth/github/url 200. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Bm33kdXdUqEVChCeE2h7ZD
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dev 서버가
15.164.21.120→54.251.165.129(EIP, 고정) 로 이전됐습니다. 구서버는 곧 종료 예정이라 그 주소는 죽습니다..env.example두 줄만 바뀝니다 — 주석의 개발 서버·스웨거 주소와VITE_API_URL기본값입니다.왜 문서인데 고치나
.env는 gitignore 대상이라 각자 로컬 값을 씁니다. 그래서 이 변경은 지금 개발 중인 사람에게는 영향이 없습니다. 다만 새로 클론하는 사람이 이 파일을 복사해서 쓰므로, 그대로 두면 죽은 서버를 baseURL 로 넣게 됩니다.그 값 하나가 axios baseURL 전체를 결정하고, 비어 있거나 틀리면 API 호출이 조용히 엉뚱한 곳으로 갑니다 — 파일 위쪽 주석에 2026-05-29 프로덕션 배포본이 실제로 그 상태였다고 적혀 있습니다.
확인
저장소 전체에서 구 IP 를 검색해 다른 참조가 없는 것도 확인했습니다(
.env.example두 줄이 전부).VITE_GITHUB_REDIRECT_URI는 손대지 않았습니다 — OAuth 리다이렉트는 GitHub App 설정이 단독으로 결정하는 구조라고 BE 쪽에서 확인했습니다.🤖 Generated with Claude Code
https://claude.ai/code/session_01Bm33kdXdUqEVChCeE2h7ZD