We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5a6fc commit 67a9740Copy full SHA for 67a9740
src/main/resources/application.properties
@@ -1,4 +1,4 @@
1
-spring.datasource.url=jdbc:postgresql://${POSTGRES_HOST}:${PORT}/my-blog-1?createDatabaseIfNotExist=true
+spring.datasource.url=${DATABASE_URL}
2
spring.datasource.username=${POSTGRES_USER}
3
spring.datasource.password=${POSTGRES_PASSWORD}
4
0 commit comments