update: DB pod 연결 설정

This commit is contained in:
UNGGU0704
2025-06-12 11:14:14 +09:00
parent 67fdc60717
commit 72a9758866
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ spring:
name: member-service
datasource:
url: ${MEMBER_DB_URL:jdbc:postgresql://20.249.68.157:5432/hiorder_member}
url: ${MEMBER_DB_URL:jdbc:postgresql://20.249.152.184:5432/hiorder_member}
username: ${MEMBER_DB_USERNAME:hiorder_user}
password: ${MEMBER_DB_PASSWORD:hiorder_pass}
driver-class-name: org.postgresql.Driver