Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6bf895c

Browse files
committed
Uses Heroku PostgreSQL Database and Hibernate
1 parent 77e5899 commit 6bf895c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/resources/application-dev.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
22
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo
33
spring.datasource.username= postgres
4-
spring.datasource.password= ny5895vn45v
4+
spring.datasource.password= password
55

66
#spring.datasource.url=${JDBC_DATABASE_URL}
77
#spring.datasource.username=${JDBC_DATABASE_USERNAME}

src/main/resources/application.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#spring.datasource.username= postgres
44
#spring.datasource.password= password
55

6+
## Connection to Heroku PostgreSQL Databae
67
spring.datasource.url=${JDBC_DATABASE_URL}
78
spring.datasource.username=${JDBC_DATABASE_USERNAME}
89
spring.datasource.password=${JDBC_DATABASE_PASSWORD}

0 commit comments

Comments
 (0)