Update Keycloak database configuration to use 'databaseName' instead of 'database'

This commit is contained in:
Danilo Reyes
2025-12-10 02:04:17 -06:00
parent 6d5ae474c6
commit 92492b6323

View File

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