Skip to content

Commit

Permalink
refactor : 테스트용 도커 주소 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
EunjiShin committed Oct 19, 2023
1 parent b684d6e commit bf8f12a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pickly-service/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ spring:
mode: never
# postgreSQL local 설정
datasource:
url: jdbc:postgresql://localhost:5450/pickly
username: postgres
password: postgres
# url: jdbc:postgresql://${DEV_DB_HOST}:${DEV_DB_PORT}/${DB_DBNAME}
# username: ${DB_USERNAME}
# password: ${DEV_DB_PASSWORD}
url: jdbc:postgresql://${DEV_DB_HOST}:${DEV_DB_PORT}/${DB_DBNAME}
username: ${DB_USERNAME}
password: ${DEV_DB_PASSWORD}

# 로깅 관련
logging:
Expand Down

0 comments on commit bf8f12a

Please sign in to comment.