mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-07 05:01:49 +02:00
📝 Update configuration options
This commit is contained in:
parent
166f558ca5
commit
b4c3ac42d5
1 changed files with 16 additions and 15 deletions
|
@ -8,7 +8,7 @@ description: Using environment variable to configure a self-hosted instance of R
|
|||
Rallly can be configured with the following environment variables.
|
||||
|
||||
| Environment Variable | Default | Description |
|
||||
| ---------------------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| ---------------------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `ALLOWED_EMAILS` | | Comma separated list of email addresses that are allowed to register and login. Wildcard characters are supported. Example: `*@yourcompany.com` |
|
||||
| `AUTH_REQUIRED` | false | Set to `true` to require authentication for creating new polls and accessing admin pages |
|
||||
| `DATABASE_URL` | | Postgres database connection string |
|
||||
|
@ -21,4 +21,5 @@ Rallly can be configured with the following environment variables.
|
|||
| `SMTP_USER` | | The username (if auth is enabled on your SMTP server) |
|
||||
| `SMTP_PWD` | | The password (if auth is enabled on your SMTP server) |
|
||||
| `SMTP_TLS_ENABLED` | false | Enable TLS for your SMTP connection |
|
||||
| `SUPPORT_EMAIL` | | All outgoing emails will show this email as the sender's email address, which also serves as the support email. |
|
||||
| `NOREPLY_EMAIL` | | This email is used as the sender for all transactional emails. |
|
||||
| `SUPPORT_EMAIL` | | This email will be shown as the contact email for support queries. If `NOREPLY_EMAIL` is not set, it will also be used as the sender for all transactional emails. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue