Skip to content

Commit b482b6c

Browse files
✨ fix : 다시 DB_URL로 변경
1 parent 6cddcfb commit b482b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ spring:
22
application:
33
name: kafka-user
44
datasource:
5-
url: jdbc:postgresql://{DB_ADDRESS}:5432/${DB_DATABASE}
5+
url: ${DB_URL}
66
username: ${DB_USERNAME}
77
password: ${DB_PASSWORD}
88
driver-class-name: org.postgresql.Driver

0 commit comments

Comments
 (0)