Propagating changes to main ! #102

Merged
hitanshu merged 5 commits from test into main 2026-01-23 13:45:46 +00:00
3 changed files with 14 additions and 1 deletions
Showing only changes of commit 79ffd41add - Show all commits

View File

@ -14,7 +14,7 @@ java {
} }
test { test {
systemProperty 'spring.profiles.active', 'test' systemProperty 'spring.profiles.active', 'ci'
useJUnitPlatform { useJUnitPlatform {
excludeTags 'integration' excludeTags 'integration'
} }

View File

@ -0,0 +1,7 @@
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.jpa.hibernate.ddl-auto=none

View File

@ -1,3 +1,9 @@
cloudflare.accountId=${CLOUDFLARE_ACCOUNT_ID} cloudflare.accountId=${CLOUDFLARE_ACCOUNT_ID}
cloudflare.apiKey=${CLOUDFLARE_API_KEY} cloudflare.apiKey=${CLOUDFLARE_API_KEY}
cloudflare.email=${CLOUDFLARE_EMAIL} cloudflare.email=${CLOUDFLARE_EMAIL}
spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=none