File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
# # Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
+ # # Local Dev connection to DB in a Dev Profile:
3
+ # # mvn spring-boot:run -Dspring.profiles.active=dev
2
4
spring.datasource.url =jdbc:postgresql://localhost:5432/postgres_demo
3
5
spring.datasource.username = postgres
4
6
spring.datasource.password = password
5
7
8
+ # # Connection to Heroku PostgreSQL Databae
6
9
# spring.datasource.url=${JDBC_DATABASE_URL}
7
10
# spring.datasource.username=${JDBC_DATABASE_USERNAME}
8
11
# spring.datasource.password=${JDBC_DATABASE_PASSWORD}
Original file line number Diff line number Diff line change 1
1
# # Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
+ # # Local Dev connection to DB in a Dev Profile:
3
+ # # mvn spring-boot:run -Dspring.profiles.active=dev
2
4
# spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo
3
5
# spring.datasource.username= postgres
4
6
# spring.datasource.password= password
You can’t perform that action at this time.
0 commit comments