From 97a7f4837faecee78626a10aa34326796517973e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 6 Feb 2024 23:40:03 -0800 Subject: [PATCH] Fix documentation of default values for a couple of configs --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 574c76158..5485f7e87 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -550,13 +550,13 @@ for a list of provider configurations. You will also likely need to include the system. See the corresponding [django-allauth documentation](https://docs.allauth.org/en/0.60.0/socialaccount/configuration.html) - Defaults to 'https' + Defaults to False #### [`PAPERLESS_ACCOUNT_ALLOW_SIGNUPS=`](#PAPERLESS_ACCOUNT_ALLOW_SIGNUPS) {#PAPERLESS_ACCOUNT_ALLOW_SIGNUPS} : Allow users to signup for a new Paperless-ngx account using any setup third party authentication systems. - Defaults to 'https' + Defaults to False #### [`PAPERLESS_ACCOUNT_DEFAULT_HTTP_PROTOCOL=`](#PAPERLESS_ACCOUNT_DEFAULT_HTTP_PROTOCOL) {#PAPERLESS_ACCOUNT_DEFAULT_HTTP_PROTOCOL}