mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
fix(tests): use another db name on webserver to avoid colliding with repositories
This commit is contained in:
committed by
brian-mulier-p
parent
e37e2b0166
commit
15da58dbf4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user