fix(tests): use another db name on webserver to avoid colliding with repositories

This commit is contained in:
brian.mulier
2025-11-26 13:52:38 +01:00
committed by brian-mulier-p
parent e37e2b0166
commit 15da58dbf4
3 changed files with 9 additions and 9 deletions

View File

@@ -185,7 +185,7 @@ kestra:
datasources:
h2:
url: jdbc:h2:mem:public;TIME ZONE=UTC;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
url: jdbc:h2:mem:public_webserver;TIME ZONE=UTC;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
username: sa
password: ""
driverClassName: org.h2.Driver