feat(config): add H2 database configuration for testing environment
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
2026-04-30 16:29:16 +02:00
parent 2404e6164c
commit 39c9e492ce
@@ -31,6 +31,18 @@ nowchess:
internal:
secret: 123abc
"%test":
quarkus:
datasource:
db-kind: h2
username: sa
password: ""
jdbc:
url: jdbc:h2:mem:nowchess;DB_CLOSE_DELAY=-1
hibernate-orm:
schema-management:
strategy: drop-and-create
"%dev":
quarkus:
datasource: