From d2f0feac95cb445f29422d1b6220d5f77f2ce9e2 Mon Sep 17 00:00:00 2001 From: Jake Ichikawa Date: Wed, 19 Jun 2024 10:45:54 -0700 Subject: [PATCH] Fix trailing spaces. --- docs/server-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/server-config.md b/docs/server-config.md index 803f0439..c57219e5 100755 --- a/docs/server-config.md +++ b/docs/server-config.md @@ -82,8 +82,8 @@ at [`logging.config` documentation page](https://docs.python.org/3.6/library/log - `TABPY_KEY_FILE` - absolute path to private key file to run TabPy with. Only used with `TABPY_TRANSFER_PROTOCOL` set to `https`. Default value - not set. -- `TABPY_MINIMUM_TLS_VERSION` - set the minimum TLS version that the server - will accept for secure connections (`TLSv1_2`, `TLSv1_3`, etc). Refer to +- `TABPY_MINIMUM_TLS_VERSION` - set the minimum TLS version that the server + will accept for secure connections (`TLSv1_2`, `TLSv1_3`, etc). Refer to [docs.python.org](https://docs.python.org/3/library/ssl.html#ssl.TLSVersion.MINIMUM_SUPPORTED) for acceptable values. Default value - `TLSv1_2`. - `TABPY_LOG_DETAILS` - when set to `true` additional call information