mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 13:49:54 -06:00
code rabbit suggestions
This commit is contained in:
@@ -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 we’ll try our best to work out a solution with you.
|
||||
|
||||
@@ -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");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user