Merge pull request #1059 from ssilvert/connectionsFile
Minor doc fix for json file persistence.
This commit is contained in:
commit
6e967ab261
1 changed files with 8 additions and 9 deletions
|
@ -449,17 +449,16 @@ keycloak-war-dist-all-&project.version;/
|
|||
},
|
||||
]]></programlisting>
|
||||
|
||||
You can also change the location of the data file by specifying parameters on the realm:<programlisting><![CDATA[
|
||||
"realm": {
|
||||
"provider": "file",
|
||||
"file" : {
|
||||
"directory" : "/mydirectory",
|
||||
"fileName" : "myfilename.json"
|
||||
}
|
||||
},
|
||||
You can also change the location of the data file by adding a connectionsFile snippet:<programlisting><![CDATA[
|
||||
"connectionsFile": {
|
||||
"default" : {
|
||||
"directory": "/mydirectory",
|
||||
"fileName": "myfilename.json"
|
||||
}
|
||||
}
|
||||
]]></programlisting>
|
||||
|
||||
All configuration options are optional. Default value for directory is ${jboss.server.data.dir}. Default file name
|
||||
All configuration options are optional. Default value for directory is <literal>${jboss.server.data.dir}</literal>. Default file name
|
||||
is <literal>keycloak-model.json</literal>.
|
||||
</para>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue