diff --git a/analytics/src/main/resources/application.yml b/analytics/src/main/resources/application.yml index d867388..b61af6b 100644 --- a/analytics/src/main/resources/application.yml +++ b/analytics/src/main/resources/application.yml @@ -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 diff --git a/gradlew.bat b/gradlew.bat index 9d21a21..33f9667 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -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. diff --git a/member/src/main/resources/application.yml b/member/src/main/resources/application.yml index 9e0c649..5951b13 100644 --- a/member/src/main/resources/application.yml +++ b/member/src/main/resources/application.yml @@ -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 diff --git a/recommend/src/main/resources/application.yml b/recommend/src/main/resources/application.yml index 1ef7b17..834bd0f 100644 --- a/recommend/src/main/resources/application.yml +++ b/recommend/src/main/resources/application.yml @@ -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 diff --git a/review/src/main/resources/application.yml b/review/src/main/resources/application.yml index cd0e998..56d9b29 100644 --- a/review/src/main/resources/application.yml +++ b/review/src/main/resources/application.yml @@ -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 diff --git a/store/src/main/resources/application.yml b/store/src/main/resources/application.yml index 086c764..c9a2219 100644 --- a/store/src/main/resources/application.yml +++ b/store/src/main/resources/application.yml @@ -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