update: DB pod 연결 설정
This commit is contained in:
parent
67fdc60717
commit
72a9758866
@ -6,7 +6,7 @@ spring:
|
|||||||
name: analytics-service
|
name: analytics-service
|
||||||
|
|
||||||
datasource:
|
datasource:
|
||||||
url: ${ANALYTICS_DB_URL:jdbc:postgresql://20.249.145.163:5432/hiorder_analytics}
|
url: ${ANALYTICS_DB_URL:jdbc:postgresql://20.249.162.125:5432/hiorder_analytics}
|
||||||
username: ${ANALYTICS_DB_USERNAME:hiorder_user}
|
username: ${ANALYTICS_DB_USERNAME:hiorder_user}
|
||||||
password: ${ANALYTICS_DB_PASSWORD:hiorder_pass}
|
password: ${ANALYTICS_DB_PASSWORD:hiorder_pass}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|||||||
@ -6,7 +6,7 @@ spring:
|
|||||||
name: member-service
|
name: member-service
|
||||||
|
|
||||||
datasource:
|
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}
|
username: ${MEMBER_DB_USERNAME:hiorder_user}
|
||||||
password: ${MEMBER_DB_PASSWORD:hiorder_pass}
|
password: ${MEMBER_DB_PASSWORD:hiorder_pass}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|||||||
@ -6,7 +6,7 @@ spring:
|
|||||||
name: recommend-service
|
name: recommend-service
|
||||||
|
|
||||||
datasource:
|
datasource:
|
||||||
url: ${RECOMMEND_DB_URL:jdbc:postgresql://20.214.97.100:5432/hiorder_recommend}
|
url: ${RECOMMEND_DB_URL:jdbc:postgresql://20.249.162.245:5432/hiorder_recommend}
|
||||||
username: ${RECOMMEND_DB_USERNAME:hiorder_user}
|
username: ${RECOMMEND_DB_USERNAME:hiorder_user}
|
||||||
password: ${RECOMMEND_DB_PASSWORD:hiorder_pass}
|
password: ${RECOMMEND_DB_PASSWORD:hiorder_pass}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|||||||
@ -6,7 +6,7 @@ spring:
|
|||||||
name: review-service
|
name: review-service
|
||||||
|
|
||||||
datasource:
|
datasource:
|
||||||
url: ${REVIEW_DB_URL:jdbc:postgresql://4.230.146.163:5432/hiorder_review}
|
url: ${REVIEW_DB_URL:jdbc:postgresql://20.214.91.15:5432/hiorder_review}
|
||||||
username: ${REVIEW_DB_USERNAME:hiorder_user}
|
username: ${REVIEW_DB_USERNAME:hiorder_user}
|
||||||
password: ${REVIEW_DB_PASSWORD:hiorder_pass}
|
password: ${REVIEW_DB_PASSWORD:hiorder_pass}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|||||||
@ -6,7 +6,7 @@ spring:
|
|||||||
name: store-service
|
name: store-service
|
||||||
|
|
||||||
datasource:
|
datasource:
|
||||||
url: ${STORE_DB_URL:jdbc:postgresql://20.249.207.74:5432/hiorder_store}
|
url: ${STORE_DB_URL:jdbc:postgresql://20.249.154.116:5432/hiorder_store}
|
||||||
username: ${STORE_DB_USERNAME:hiorder_user}
|
username: ${STORE_DB_USERNAME:hiorder_user}
|
||||||
password: ${STORE_DB_PASSWORD:hiorder_pass}
|
password: ${STORE_DB_PASSWORD:hiorder_pass}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user