mirror of
https://github.com/solero/wand.git
synced 2024-11-21 21:17:22 +00:00
Update template to inlclude variables used in the manager
This commit is contained in:
parent
3b7d51bc11
commit
a7668f5c19
@ -144,6 +144,18 @@ PASSWORD_REDIRECT : str
|
|||||||
AUTH_TTL = 3600
|
AUTH_TTL = 3600
|
||||||
PASSWORD_REDIRECT = ''
|
PASSWORD_REDIRECT = ''
|
||||||
|
|
||||||
|
"""
|
||||||
|
Manager
|
||||||
|
-----------------
|
||||||
|
LOGIN_FAILURE_TIMER : int
|
||||||
|
Time in seconds till the temporary login ban expires.
|
||||||
|
LOGIN_FAILURE_LIMIT : int
|
||||||
|
Amount of times a player can attempt to login
|
||||||
|
before being locked out.
|
||||||
|
"""
|
||||||
|
LOGIN_FAILURE_TIMER = 3600
|
||||||
|
LOGIN_FAILURE_LIMIT = 5
|
||||||
|
|
||||||
|
|
||||||
# For more configuration settings see
|
# For more configuration settings see
|
||||||
# https://sanic.readthedocs.io/en/latest/sanic/config.html#builtin-configuration-values
|
# https://sanic.readthedocs.io/en/latest/sanic/config.html#builtin-configuration-values
|
||||||
|
Loading…
Reference in New Issue
Block a user