aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 9730ac6..ff18f3e 100644
--- a/README.rst
+++ b/README.rst
@@ -64,6 +64,9 @@ Configuration
# Characters that are used to generate tokens for local backend.
BREVISURL_LOCAL_BACKEND_TOKEN_CHARS = list(string.ascii_letters + string.digits)
+ # Settings for maximum length for original url (including GET query parameters)
+ BREVISURL_LOCAL_ORIGINAL_URL_MAX_LENGTH = 200
+
# Settings for token length.
BREVISURL_LOCAL_BACKEND_TOKEN_LENGTH = 5