Files
test-alex-1-1/src/main/resources/application-postgres.properties
Scaffolder 583cdae509 initial commit
Change-Id: I515e41ee9335d5268b83d71dd04fd082a5475b19
2026-08-02 23:27:30 +00:00

8 lines
319 B
Properties

# database init, supports postgres too
database=postgres
spring.datasource.url=${POSTGRES_URL:jdbc:postgresql://localhost/petclinic}
spring.datasource.username=${POSTGRES_USER:petclinic}
spring.datasource.password=${POSTGRES_PASS:petclinic}
# SQL is written to be idempotent so this is safe
spring.sql.init.mode=always