Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/sending-email.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are two ways to configure this SMTP account for system wide emails.

| Environment variable | Description | Example values |
| ------------------------------ | ------------------------------------------- | ------------------------------ |
| `SEATABLE_EMAIL_USE_TLS` | Activate/Deactivate TLS/SSL encryption | `True` or leave empty. |
| `SEATABLE_EMAIL_USE_TLS` | Activate/Deactivate TLS/SSL encryption | `true` or leave empty. |
| `SEATABLE_EMAIL_HOST` | URL or IP address or the SMTP server | `mail.gmx.net` |
| `SEATABLE_EMAIL_HOST_USER` | Username for authentication | `seatable@gmx.de` |
| `SEATABLE_EMAIL_HOST_PASSWORD` | Password for authentication | `topsecret` |
Expand Down
4 changes: 2 additions & 2 deletions docs/customization/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ Equiped with API token and your template base, you can activate the templates in

| Environment variable | Description | Example values |
| ------------------------------------------- | ----------------------------------------------- | ----------------------- |
| `SEATABLE_SHOW_TEMPLATES_LINK` | Activate to show the link on the home page | `True` or leave empty |
| `SEATABLE_SHOW_TEMPLATES_LINK` | Activate to show the link on the home page | `true` or leave empty |
| `SEATABLE_TEMPLATE_BASE_API_TOKEN` | API token of the base containing your templates | `759...3a05f8` |
| `SEATABLE_TEMPLATE_TABLE_NAME` | Name of the table containing your templates | `Table1` or `Templates` |
| `SEATABLE_ENABLE_CREATE_BASE_FROM_TEMPLATE` | Allow the creation of new bases from templates | `True` or leave empty. |
| `SEATABLE_ENABLE_CREATE_BASE_FROM_TEMPLATE` | Allow the creation of new bases from templates | `true` or leave empty. |

=== "Configuration file"

Expand Down