Skip to content

Conversation

@GoGradually
Copy link
Collaborator

변경된 점

  • DB의 URL을 pinit_notification->pinit_auth로 변경

Copilot AI review requested due to automatic review settings December 21, 2025 07:03
@GoGradually GoGradually merged commit 2c55c96 into master Dec 21, 2025
3 checks passed
@GoGradually GoGradually deleted the fix/잘못된-db를-바라보던-문제-수정 branch December 21, 2025 07:03
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

이 PR은 데이터베이스 연결 설정 오류를 수정합니다. 인증 서비스가 잘못된 데이터베이스(pinit_notification)를 참조하고 있던 문제를 올바른 데이터베이스(pinit_auth)로 수정하였습니다.

  • dev 및 prod 환경의 데이터베이스 URL을 pinit_notification에서 pinit_auth로 변경
  • SecurityConfig의 @value 어노테이션을 간결하게 정리

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/main/resources/application-prod.yml 프로덕션 환경의 데이터베이스 이름을 pinit_notification에서 pinit_auth로 수정
src/main/resources/application-dev.yml 개발 환경의 데이터베이스 이름을 pinit_notification에서 pinit_auth로 수정
src/main/java/me/gg/pinit/authenticate/config/SecurityConfig.java @value 어노테이션을 전체 경로에서 이미 import된 간단한 형식으로 변경

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants