Skip to content

Commit 894f5ff

Browse files
authored
Merge pull request #673 from MerginMaps/mergin-logo-efault
Add default value for mergin logo in emails
1 parent c9f2aad commit 894f5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/environment/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To ease the process of permission (user) management, you can set the following g
8686
| `MAIL_USE_TLS`🛡️ | Boolean | `true` | Use TLS encryption when connecting to SMTP server. |
8787
| `MAIL_USE_SSL`🛡️ | Boolean | `false` | Whether to use SSL encryption when connecting to SMTP server. |
8888
| `MAIL_BCC` | string | `None` | Email address to send copies of all sent emails. Should be system/application administrator. Mandatory in versions until 2024.4.0. |
89-
| `MERGIN_LOGO_URL` | string | `` | Link to logo in emails. |
89+
| `MERGIN_LOGO_URL` | string | Mergin Maps logo | Link to logo in emails. |
9090

9191
If you have issues with sending emails, follow [troubleshooting](../troubleshoot/) page.
9292

0 commit comments

Comments
 (0)