# # Server read-only or read-write modes # server.transaction.mode.readOnly=PROPAGATION_REQUIRED, readOnly # the properties below should change in tandem # server.transaction.mode=PROPAGATION_REQUIRED, readOnly # server.transaction.allow-writes=false server.transaction.mode.default=PROPAGATION_REQUIRED server.transaction.allow-writes=true