Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
TPA
Anonymous Ticket Portal
Commits
a9b29dc7
Commit
a9b29dc7
authored
Feb 11, 2021
by
ViolanteCodes
Browse files
updated BLOCK_ALL in settings to pull from config file
parent
cef489d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ticketlobby/settings.py
View file @
a9b29dc7
...
...
@@ -143,6 +143,7 @@ GITLAB_ACCOUNTS_SECRET_TOKEN = config('GITLAB_ACCOUNTS_SECRET_TOKEN', default=''
# Configuration settings for Django Ratelimit
MAIN_RATE_GROUP
=
config
(
'MAIN_RATE_GROUP'
,
default
=
''
)
LIMIT_RATE
=
config
(
'LIMIT_RATE'
,
default
=
'100/m'
)
BLOCK_ALL
=
config
(
'BLOCK_ALL'
,
default
=
False
)
# Wordlist Settings for generating wordlist
WORD_LIST_PATH
=
os
.
path
.
join
(
BASE_DIR
,
'shared/wordlist.txt'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment