Aligned postgres properties with mysql properties

Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
This commit is contained in:
Patrick Baumgartner 2025-06-04 21:48:38 +02:00 committed by Dave Syer
parent d44ad42886
commit b21890c126

View file

@ -1,3 +1,4 @@
# database init, supports postgres too
database=postgres
spring.datasource.url=${POSTGRES_URL:jdbc:postgresql://localhost/petclinic}
spring.datasource.username=${POSTGRES_USER:petclinic}