added test application.properties
CI / test (push) Failing after 1m46s

This commit is contained in:
2026-06-04 00:03:07 +02:00
parent 86664921ae
commit f53422fa8c
2 changed files with 8 additions and 1 deletions
@@ -0,0 +1,7 @@
spring.datasource.url=jdbc:h2:mem:etfo-db;MODE=PostgreSQL;DATABASE_TO_LOWER=TRUE
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.username=test
spring.datasource.password=test
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
firebase.enabled=false