update: DB 연결 설정

This commit is contained in:
UNGGU0704
2025-06-12 09:42:41 +09:00
parent a846987fa8
commit b7c279b633
6 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ spring:
name: analytics-service
datasource:
url: ${ANALYTICS_DB_URL:jdbc:postgresql://localhost:5432/hiorder_analytics}
url: ${ANALYTICS_DB_URL:jdbc:postgresql://20.249.145.163:5432/hiorder_analytics}
username: ${ANALYTICS_DB_USERNAME:hiorder_user}
password: ${ANALYTICS_DB_PASSWORD:hiorder_pass}
driver-class-name: org.postgresql.Driver