mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-07 21:55:20 +08:00
Updated Setup guide (markdown)
parent
5d5ba832c0
commit
42fd1dc11b
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ The following table describes all available environmental variables for sciNote
|
|||
| SMTP_PASSWORD | Yes | The password for SMTP mailer used for delivering emails generated in sciNote. |
|
||||
| MAIL_SERVER_URL | Yes | The root URL address of the actual sciNote server. This is used in sent emails to redirect user to the correct sciNote server URL. Defaults to `localhost`. |
|
||||
| **Sign-up process** | | |
|
||||
| NEW_TEAM_ON_SIGNUP | No | Enables the creation of new team on sign up. If set `false` no team will be created on sign up. Defaults to `true`. |
|
||||
| ENABLE_EMAIL_CONFIRMATIONS | No | Whether to require users to confirm the following actions: signing-up, signing-up after being invited, and changing their e-mail. Defaults to `true` on `development` and `production` environments, and to `false` on `test` environment. |
|
||||
| ENABLE_RECAPTCHA | No | Whether to enable [Google reCaptcha](https://www.google.com/recaptcha/) on sign-up and confirm invitation pages. Defaults to `false`. |
|
||||
| ENABLE_USER_REGISTRATION | No | Whether to publicly enable users to register/sign-up. Defaults to `true`. |
|
||||
|
|
Loading…
Add table
Reference in a new issue