Skip to content

Commit 0ee88c5

Browse files
committed
chore: db 설정 환경변수로 수정
1 parent 583c915 commit 0ee88c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
spring:
22
datasource:
33
url: jdbc:mysql://localhost:3306/intro
4-
username: root
5-
password: rhkrwogus1!
4+
username: ${DB_USER}
5+
password: ${DB_PASSWORD}
66
driver-class-name: com.mysql.cj.jdbc.Driver
77
jpa:
88
show-sql: false

0 commit comments

Comments
 (0)