add configurability for XA transactions

This commit is contained in:
Jonathan Wright 2023-04-21 15:12:59 -05:00
commit c7d2bdcee3
3 changed files with 10 additions and 0 deletions

View file

@ -248,3 +248,7 @@ argument_specs:
default: False
type: "bool"
description: "Whether to start the service in development mode (start-dev)"
keycloak_quarkus_transaction_xa_enabled:
default: True
type: bool"
description: "Enable or disable XA transactions which may not be supported by some DBMS"