mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-01 11:44:33 -07:00
add configurability for XA transactions
This commit is contained in:
parent
43d978370d
commit
c7d2bdcee3
3 changed files with 10 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue