Skip to content

Commit 67a9740

Browse files
committed
Updates configs for deployment
1 parent bf5a6fc commit 67a9740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
spring.datasource.url=jdbc:postgresql://${POSTGRES_HOST}:${PORT}/my-blog-1?createDatabaseIfNotExist=true
1+
spring.datasource.url=${DATABASE_URL}
22
spring.datasource.username=${POSTGRES_USER}
33
spring.datasource.password=${POSTGRES_PASSWORD}
44

0 commit comments

Comments
 (0)