CFTunnels/src/main/resources/application-test.properties
Kruti Shah 9817d77e7f
Some checks failed
sample gradle build and test / build (pull_request) Failing after 1m32s
H2 database integrated for testing profile
2026-01-13 00:56:06 +05:30

7 lines
242 B
INI

api.baseUrl=https://testcf.hithomelabs.com
spring.datasource.url: jdbc:h2:mem:testdb
spring.datasource.driver-class-name: org.h2.Driver
spring.datasource.username: sa
spring.datasource.password:
spring.datasource.jpa.hibernate.ddl-auto: none