code rabbit suggestions

This commit is contained in:
Dhruwang
2025-05-06 15:39:30 +05:30
parent 72aa73f209
commit ed663e7826
2 changed files with 3 additions and 3 deletions

View File

@@ -73,8 +73,8 @@ These variables are present inside your machine's docker-compose file. Restart t
| DISABLE_USER_MANAGEMENT | Set this to hide the user management UI. | optional | |
| INITIAL_USER_EMAIL | Set this to create an initial user with the given email. | optional | |
| INITIAL_USER_PASSWORD | Set this to create an initial user with the given password. | optional | |
| INITIAL_USER_ORGANIZATION | Set this to create an initial user with the given organization. | optional | |
| INITIAL_USER_PROJECT | Set this to create an initial user with the given project. | optional | |
| INITIAL_ORGANIZATION_NAME | Set this to create an initial user with the given organization. | optional | |
| INITIAL_PROJECT_NAME | Set this to create an initial user with the given project. | optional | |
| DEFAULT_TEAM_ID | Default team ID for new users. | optional | | | optional |
Note: If you want to configure something that is not possible via above, please open an issue on our GitHub repo here or reach out to us on Github Discussions and well try our best to work out a solution with you.

View File

@@ -168,5 +168,5 @@ initialUserSetup()
process.exit(0);
})
.catch((error: unknown) => {
logger.error(error, "Error creating SAML database");
logger.error(error, "Error during initial user setup");
});