Skip to content

Commit

Permalink
Merge pull request #84 from lmw7414/feature/#82-properties-for-secrets
Browse files Browse the repository at this point in the history
[고도화] 보안 기능 고도화 - 환경변수의 사용
  • Loading branch information
lmw7414 authored Jan 19, 2023
2 parents f62dd81 + 359067a commit 0fa3d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ logging:

spring:
datasource:
url: jdbc:postgresql://localhost:5432/board
username: lmw
password: 74147414l
url: ${LOCAL_DB_URL}
username: ${LOCAL_DB_USERNAME}
password: ${LOCAL_DB_PASSWORD}
# url: jdbc:h2:mem:testdb
# username: sa
# driver-class-name: org.h2.Driver
Expand Down

0 comments on commit 0fa3d8e

Please sign in to comment.