Skip to content

Commit

Permalink
Merge pull request #493 from MerginMaps/iss_491-error-in-mail-related…
Browse files Browse the repository at this point in the history
…-env-variable

#491 fix description of mail-related env variable
  • Loading branch information
tomasMizera authored Jul 19, 2024
2 parents 1f392bf + 6dd5b65 commit 174e891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/administer/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To ease the process of permission (user) management, you can set the following g
| Variable name | Type | Default | Description |
|---------------------------|---------|-------------|---------------------------|
| `GLOBAL_ADMIN` | Boolean | `false` | All registered users can create/delete projects. |
| `GLOBAL_READ` | Boolean | `false` | All registered users have read access to all projects. If false, the application admin would need to grant project access to users manually. |
| `GLOBAL_READ` | Boolean | `false` | All registered users have read access to all projects. If `false`, the application admin would need to grant project access to users manually. |
| `GLOBAL_WRITE` | Boolean | `false` | All registered users have write access (can sync) to all projects. |


Expand All @@ -62,7 +62,7 @@ To ease the process of permission (user) management, you can set the following g
| Variable name | Type | Default | Description |
|---------------------------|-----------|-----------|-------------|
| `MAIL_SUPPRESS_SEND` | Boolean | `true` | Whether to suppress email sending. If set to true, you should define the following variables. |
| `MAIL_SUPPRESS_SEND` | Boolean | `true` | Whether to suppress email sending. If set to `false`, you should define the following variables. |
| `MAIL_BCC` | string | | Email address to send copies of all emails sent. Should be system/application administrator. |
| `MAIL_DEFAULT_SENDER` | string | | Sender of <MainPlatformName /> emails. Best to have some no-reply address. |
| `MAIL_USERNAME` | string | | Connection to SMTP server. |
Expand Down

0 comments on commit 174e891

Please sign in to comment.