update: DB 연결 설정
This commit is contained in:
parent
a846987fa8
commit
b7c279b633
@ -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
|
||||
|
||||
3
gradlew.bat
vendored
3
gradlew.bat
vendored
@ -5,8 +5,7 @@
|
||||
@rem you may not use this file except in compliance with the License.
|
||||
@rem You may obtain a copy of the License at
|
||||
@rem
|
||||
@rem https://www.apache.org/licenses/LICENSE-2.0
|
||||
@rem
|
||||
rem https://www.apache.org/licenses/LICENSE-2.0@rem
|
||||
@rem Unless required by applicable law or agreed to in writing, software
|
||||
@rem distributed under the License is distributed on an "AS IS" BASIS,
|
||||
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
||||
@ -6,7 +6,7 @@ spring:
|
||||
name: member-service
|
||||
|
||||
datasource:
|
||||
url: ${MEMBER_DB_URL:jdbc:postgresql://localhost:5432/hiorder_member}
|
||||
url: ${MEMBER_DB_URL:jdbc:postgresql://20.249.68.157:5432/hiorder_member}
|
||||
username: ${MEMBER_DB_USERNAME:hiorder_user}
|
||||
password: ${MEMBER_DB_PASSWORD:hiorder_pass}
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
||||
@ -6,7 +6,7 @@ spring:
|
||||
name: recommend-service
|
||||
|
||||
datasource:
|
||||
url: ${RECOMMEND_DB_URL:jdbc:postgresql://localhost:5432/hiorder_recommend}
|
||||
url: ${RECOMMEND_DB_URL:jdbc:postgresql://20.214.97.100:5432/hiorder_recommend}
|
||||
username: ${RECOMMEND_DB_USERNAME:hiorder_user}
|
||||
password: ${RECOMMEND_DB_PASSWORD:hiorder_pass}
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
||||
@ -6,7 +6,7 @@ spring:
|
||||
name: review-service
|
||||
|
||||
datasource:
|
||||
url: ${REVIEW_DB_URL:jdbc:postgresql://localhost:5432/hiorder_review}
|
||||
url: ${REVIEW_DB_URL:jdbc:postgresql://4.230.146.163:5432/hiorder_review}
|
||||
username: ${REVIEW_DB_USERNAME:hiorder_user}
|
||||
password: ${REVIEW_DB_PASSWORD:hiorder_pass}
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
||||
@ -6,7 +6,7 @@ spring:
|
||||
name: store-service
|
||||
|
||||
datasource:
|
||||
url: ${STORE_DB_URL:jdbc:postgresql://localhost:5432/hiorder_store}
|
||||
url: ${STORE_DB_URL:jdbc:postgresql://20.249.207.74:5432/hiorder_store}
|
||||
username: ${STORE_DB_USERNAME:hiorder_user}
|
||||
password: ${STORE_DB_PASSWORD:hiorder_pass}
|
||||
driver-class-name: org.postgresql.Driver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user