services.keycloak.database.username

NixOS option

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 services.keycloak.database.createLocally to false and create the database and user manually.

type: string
Default
"keycloak"
declared in: nixos/modules/services/web-apps/keycloak.nixView source on NixOS/nixpkgs →