Updated Setup guide (markdown)

Zmago Devetak 2017-10-26 15:19:13 +02:00
parent 5d5ba832c0
commit 42fd1dc11b

@ -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`. |