taskana/rest/taskana-rest-spring-example.../src/test/resources/project-defaults.yml

20 lines
575 B
YAML

swarm:
port:
offset: 10
datasources:
data-sources:
TestDS:
driver-name: postgresql
connection-url: jdbc:postgresql://localhost:50102/postgres
user-name: postgres
password: postgres
jdbc-drivers:
mypostgres:
driver-class-name: org.postgresql.Driver
xa-datasource-name: org.postgresql.xa.PGXADataSource
driver-module-name: org.postgresql
myh2:
driver-class-name: org.h2.Driver
xa-datasource-name: org.h2.jdbcx.JdbcDataSource
driver-module-name: com.h2database.h2