We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재는 서로 다른 개발 환경에서 동일한 .env 환경변수 파일을 사용하고 있는데, 그러다보니 환경별로 다른 값을 할당하는것이 어렵습니다.
개발 환경 별로 각각 다른 환경변수 파일을 적용하고싶어 리팩토링을 진행하게 되었습니다.
예를 들면 Redis의 DB ID를 개발 환경 별로 다르게 가져갈 때, 각자의 환경에 맞는 값을 개별 환경변수 파일에서 관리할 수 있습니다.
Redis
DB ID
The text was updated successfully, but these errors were encountered:
ChoHadam
Successfully merging a pull request may close this issue.
리팩토링 배경
현재는 서로 다른 개발 환경에서 동일한 .env 환경변수 파일을 사용하고 있는데,
그러다보니 환경별로 다른 값을 할당하는것이 어렵습니다.
개발 환경 별로 각각 다른 환경변수 파일을 적용하고싶어 리팩토링을 진행하게 되었습니다.
예를 들면
Redis
의DB ID
를 개발 환경 별로 다르게 가져갈 때,각자의 환경에 맞는 값을 개별 환경변수 파일에서 관리할 수 있습니다.
리팩토링 방법
리팩토링 개선된 점
관련 링크 / 참조
The text was updated successfully, but these errors were encountered: