mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
Aligned postgres properties with mysql properties
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
This commit is contained in:
parent
d44ad42886
commit
b21890c126
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
# database init, supports postgres too
|
||||||
database=postgres
|
database=postgres
|
||||||
spring.datasource.url=${POSTGRES_URL:jdbc:postgresql://localhost/petclinic}
|
spring.datasource.url=${POSTGRES_URL:jdbc:postgresql://localhost/petclinic}
|
||||||
spring.datasource.username=${POSTGRES_USER:petclinic}
|
spring.datasource.username=${POSTGRES_USER:petclinic}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue