more
This commit is contained in:
parent
a551e86a40
commit
d1f2f961ff
2 changed files with 6 additions and 2 deletions
|
@ -8,7 +8,7 @@ highly recommended that you replace the default embedded database with a more sc
|
|||
chapter will show you how to configure {{book.project.name}} to use an external relational database. It will also discuss
|
||||
how you can configure the Hibernate JPA persistence abstraction that sits on top of your RDBMS.
|
||||
|
||||
NOTE: Datasource configuration is covered much more thoroughly within the link:{{book.appserver.database.link}}[the datasource configuration chapter]
|
||||
NOTE: Datasource configuration is covered much more thoroughly within the link:{{book.appserver.dataource.link}}[the datasource configuration chapter]
|
||||
of the {{book.appserver.admindoc.name}}.
|
||||
|
||||
=== RDBMS Checklist
|
||||
|
|
|
@ -8,6 +8,9 @@ To configure {{book.project.name}} to use Mongo, you need to edit the _keycloak-
|
|||
in standalone mode, this file is in the _.../standalone/configuration_ directory. If you are running in domain mode
|
||||
this file will live in the _.../domain/servers/{server name}/configuration_ directory.
|
||||
|
||||
Open the _keycloak-server.json_ file. Look for the following JSON snippet This is the area you will be modifying
|
||||
to use Mongo.
|
||||
|
||||
[source,json]
|
||||
----
|
||||
|
||||
|
@ -26,7 +29,8 @@ this file will live in the _.../domain/servers/{server name}/configuration_ dire
|
|||
"provider": "${keycloak.user.provider:jpa}"
|
||||
},
|
||||
----
|
||||
to:
|
||||
|
||||
Change that JSON snippet to use Mongo:
|
||||
|
||||
[source,json]
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue