commit
fc85dfa3fb
1 changed files with 16 additions and 13 deletions
|
@ -1,13 +1,13 @@
|
||||||
|
|
||||||
=== Database Configuration
|
=== Database Configuration
|
||||||
|
|
||||||
The configuration for this component lies in the `standalone.xml`, `standalone-ha.xml`, or `domain.xml` file
|
The configuration for this component is found in the `standalone.xml`, `standalone-ha.xml`, or `domain.xml` file in your distribution. The location of this file depends on your <<fake/../../operating-mode.adoc#_operating-mode, operating mode>>.
|
||||||
in your distribution. The location of this file
|
|
||||||
depends on your <<fake/../../operating-mode.adoc#_operating-mode, operating mode>>.
|
|
||||||
|
|
||||||
.Database Config
|
.Database Config
|
||||||
[source,xml]
|
[source,xml]
|
||||||
----
|
----
|
||||||
|
<subsystem xmlns="urn:jboss:domain:keycloak-server:1.1">
|
||||||
|
...
|
||||||
<spi name="connectionsJpa">
|
<spi name="connectionsJpa">
|
||||||
<provider name="default" enabled="true">
|
<provider name="default" enabled="true">
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -18,6 +18,8 @@ depends on your <<fake/../../operating-mode.adoc#_operating-mode, operating mode
|
||||||
</properties>
|
</properties>
|
||||||
</provider>
|
</provider>
|
||||||
</spi>
|
</spi>
|
||||||
|
...
|
||||||
|
</subsystem>
|
||||||
----
|
----
|
||||||
|
|
||||||
Possible configuration options are:
|
Possible configuration options are:
|
||||||
|
@ -55,3 +57,4 @@ schema::
|
||||||
Specify the database schema to use
|
Specify the database schema to use
|
||||||
|
|
||||||
NOTE: These configuration switches and more are described in the link:{{book.appserver.jpa.link}}[_{{book.appserver.jpa.name}}_].
|
NOTE: These configuration switches and more are described in the link:{{book.appserver.jpa.link}}[_{{book.appserver.jpa.name}}_].
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue