mirror of
https://github.com/lukevella/rallly-selfhosted.git
synced 2025-12-10 02:42:49 +01:00
Fix wrote wrong environment variable name
This commit is contained in:
parent
747d1845e6
commit
3a775ec094
@ -56,7 +56,7 @@ Next, use the following environment variables to configure your SMTP server:
|
|||||||
|
|
||||||
### 4. Secure your instance (optional)
|
### 4. Secure your instance (optional)
|
||||||
|
|
||||||
The default behaviour of the app is the same as on the cloud-hosted version on [rallly.co](https://rallly.co). i.e. Anyone can create polls without needing to log in. You can prevent this by setting `REQUIRE_AUTH` to `true` in `config.env` which limits poll creation and admin access to logged in users.
|
The default behaviour of the app is the same as on the cloud-hosted version on [rallly.co](https://rallly.co). i.e. Anyone can create polls without needing to log in. You can prevent this by setting `AUTH_REQUIRED` to `true` in `config.env` which limits poll creation and admin access to logged in users.
|
||||||
|
|
||||||
Additionally, you can restrict who is able to register and log in by setting `ALLOWED_EMAILS`. You can use wildcards to allow a range of email addresses.
|
Additionally, you can restrict who is able to register and log in by setting `ALLOWED_EMAILS`. You can use wildcards to allow a range of email addresses.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user