Update Keycloak database configuration to use 'databaseName' instead of 'database'
This commit is contained in:
@@ -22,7 +22,7 @@ in
|
||||
type = "postgresql";
|
||||
host = config.my.postgresSocket;
|
||||
username = "keycloak";
|
||||
database = "keycloak";
|
||||
databaseName = "keycloak";
|
||||
};
|
||||
initialAdmin = {
|
||||
user = "admin";
|
||||
|
||||
Reference in New Issue
Block a user