Rename Keycloak database configuration key from 'databaseName' to 'name'

This commit is contained in:
Danilo Reyes
2025-12-10 02:06:28 -06:00
parent 92492b6323
commit 2cd3afe2b3

View File

@@ -22,7 +22,7 @@ in
type = "postgresql"; type = "postgresql";
host = config.my.postgresSocket; host = config.my.postgresSocket;
username = "keycloak"; username = "keycloak";
databaseName = "keycloak"; name = "keycloak";
}; };
initialAdmin = { initialAdmin = {
user = "admin"; user = "admin";