20 lines
564 B
YAML
20 lines
564 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: postgresql
|
|
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
|