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 77e5899 commit 6bf895cCopy full SHA for 6bf895c
src/main/resources/application-dev.properties
@@ -1,7 +1,7 @@
1
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo
3
spring.datasource.username= postgres
4
-spring.datasource.password= ny5895vn45v
+spring.datasource.password= password
5
6
#spring.datasource.url=${JDBC_DATABASE_URL}
7
#spring.datasource.username=${JDBC_DATABASE_USERNAME}
src/main/resources/application.properties
@@ -3,6 +3,7 @@
#spring.datasource.username= postgres
#spring.datasource.password= password
+## Connection to Heroku PostgreSQL Databae
spring.datasource.url=${JDBC_DATABASE_URL}
8
spring.datasource.username=${JDBC_DATABASE_USERNAME}
9
spring.datasource.password=${JDBC_DATABASE_PASSWORD}
0 commit comments