nixos/keycloak: Document how to use a custom local database
This commit is contained in:
parent
fdf6bb5b95
commit
deb58f6486
1 changed files with 6 additions and 0 deletions
|
@ -171,6 +171,12 @@ in
|
|||
Username to use when connecting to an external or manually
|
||||
provisioned database; has no effect when a local database is
|
||||
automatically provisioned.
|
||||
|
||||
To use this with a local database, set <xref
|
||||
linkend="opt-services.keycloak.databaseCreateLocally" /> to
|
||||
<literal>false</literal> and create the database and user
|
||||
manually. The database should be called
|
||||
<literal>keycloak</literal>.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue