ervu-secret/config/patches/system/add-postgresql-driver.cli
2024-07-18 18:01:54 +03:00

5 lines
203 B
Text

/subsystem=datasources/jdbc-driver=postgresql:add( \
driver-name="postgresql", \
driver-module-name="org.postgresql", \
driver-xa-datasource-class-name="org.postgresql.xa.PGXADataSource" \
)