From 2ee711ecc8be9d5bf105f0edac4f0e52291d74db Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 23 Sep 2020 12:37:52 -0400 Subject: [PATCH] heroku db --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 144429e..c020054 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,2 @@ spring.jpa.hibernate.ddl-auto=update -spring.datasource.url=jdbc:postgresql://localhost:5432/springdemo +spring.datasource.url=${JDBC_DATABASE_URL}