mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +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…
Reference in a new issue