nixos/keycloak: Document how to use a custom local database

This commit is contained in:
talyz 2021-05-04 14:12:48 +02:00 committed by Milan
parent fdf6bb5b95
commit deb58f6486

View file

@ -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>.
'';
};