From cfc636e77d543aa161aec78186e485aa42eb135d Mon Sep 17 00:00:00 2001 From: Walker Aldridge Date: Wed, 20 Mar 2024 09:01:11 -0500 Subject: [PATCH] Update required settings in readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cbcd1ac..0051077 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,13 @@ of hosting. Required Settings -| Setting | Description | -|---------------------------|-------------------------------------------------------------------------------| -| FILE_SIZE_UPLOAD_LIMIT_MB | Limit on size of file allowed to be uploaded | -| SESSION_KEY | Replace 'YourSessionKey' with a random string to use as the session key | +| Setting | Description | +|---------------------------|-------------------------------------------------------------------------| +| FILE_SIZE_UPLOAD_LIMIT_MB | Limit on size of file allowed to be uploaded | +| SESSION_KEY | Replace 'YourSessionKey' with a random string to use as the session key | +| PORT | The port the service will listen on | +| BASE_URL | The base URL of the site | +| HTTPS | True if using HTTPS, false otherwise | > **Note Well** the file size sets the time to live for a file, so files close to the upload limit will only be hosted > for 30 days. It is a cubic curve so files up to 50% of the size will get close to a year of hosting time. @@ -45,6 +48,7 @@ Optional Settings | CAPTCHA_SECRET_KEY | The secret key from the selected captcha service | | SALT | 8 Characters defining salt for encryption (if not set encryption is disabled) | | MAX_URL_LENGTH | Maximum URL length that can be specified | +| HTTPS_PORT | Port to listen on if using HTTPS | The available `CAPTCHA_SERVICE` values are: