From 5183925f5dfc3e94ebefe6c337247740a25130c1 Mon Sep 17 00:00:00 2001 From: Simon Hammes Date: Tue, 28 Oct 2025 17:38:57 +0100 Subject: [PATCH] Use lowercase boolean values for environment variables --- docs/configuration/sending-email.md | 2 +- docs/customization/templates.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/sending-email.md b/docs/configuration/sending-email.md index 62bc95a20..7a7acfec3 100644 --- a/docs/configuration/sending-email.md +++ b/docs/configuration/sending-email.md @@ -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` | diff --git a/docs/customization/templates.md b/docs/customization/templates.md index be2e15789..c39a7b937 100644 --- a/docs/customization/templates.md +++ b/docs/customization/templates.md @@ -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"