Skip to content

Commit

Permalink
adding settings to extras/docker/development/settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKaran committed Oct 12, 2022
1 parent 6e1f9b3 commit 39678c3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions extras/docker/development/settings.py
Expand Up @@ -117,13 +117,8 @@
EMAIL_PAGE_DOMAIN = 'http://localhost/'


#
# Django Axes
#
AXES_ENABLED = True # allow to disable axes entirely
# (e.g. if this is run in a local network or so we would save up some resources),
# but default it true
AXES_ENABLED = True # allow to disable axes entirely (e.g. if this is run in a local network or so we would save up some resources), but default is true
AXES_FAILURE_LIMIT = 5 # configurable, default is 5
AXES_COOLOFF_TIME = 0.5 # configurable, default is 0.5 hours
AXES_HANDLER = 'axes.handlers.cache.AxesCacheHandler' # Configurable,
# but default is the cache handler.
AXES_HANDLER = 'axes.handlers.cache.AxesCacheHandler' # Configurable, but default is the cache handler

0 comments on commit 39678c3

Please sign in to comment.