aboutsummaryrefslogtreecommitdiffstats
path: root/brevisurl/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'brevisurl/settings.py')
-rw-r--r--brevisurl/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/brevisurl/settings.py b/brevisurl/settings.py
index 3a5db7e..568e024 100644
--- a/brevisurl/settings.py
+++ b/brevisurl/settings.py
@@ -15,6 +15,7 @@ LOCAL_BACKEND_TOKEN_CHARS = getattr(settings, 'BREVISURL_LOCAL_BACKEND_TOKEN_CHA
# Settings for token length.
LOCAL_BACKEND_TOKEN_LENGTH = getattr(settings, 'BREVISURL_LOCAL_BACKEND_TOKEN_LENGTH', 5)
+# Settings for url max length.
LOCAL_BACKEND_ORIGINAL_URL_MAX_LENGTH = getattr(settings, 'SHORTURL_LOCAL_BACKEND_ORIGINAL_URL_MAX_LENGTH', 200)
# Settings for url pattern.