Skip to content

Commit 700784d

Browse files
committed
fix docs: typo in DATABASE_SSL_SNI description
1 parent b733b0e commit 700784d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/configuration/environment_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ TeslaMate accepts the following environment variables for runtime configuration:
1919
| **DATABASE_TIMEOUT** | The time in milliseconds to wait for database query calls to finish | 60000 |
2020
| **DATABASE_SSL** | Set to `true` if SSL should be enabled or `noverify` if certificate verification should not be performed. | false |
2121
| **DATABASE_SSL_CA_CERT_FILE** | Path to a file containing PEM-encoded CA certificates (required if `DATABASE_SSL` is set to `true`) | |
22-
| **DATABASE_SSL_SNI** | set SNI for host undel ssl mode | |
22+
| **DATABASE_SSL_SNI** | set SNI for host under SSL mode | |
2323
| **DATABASE_IPV6** | Set to `true` if IPv6 should be used | false |
2424
| **VIRTUAL_HOST** | Host part used for generating URLs throughout the app | localhost |
2525
| **URL_PATH** | Path used for generating URLs (can be used with a reverse proxy) | / |

0 commit comments

Comments
 (0)