Update config.py

This commit is contained in:
Ben 2019-05-04 22:49:23 +01:00
parent 3d137c1c1e
commit ffd70949fc

View File

@ -32,9 +32,10 @@ servers = {
'Level': 'DEBUG'
},
'LoginFailureLimit': 5,
'LoginFailureTimer': 3600
'LoginFailureTimer': 3600,
'KeyTTL': 3000
},
'Wind': {
'Blizzard': {
'Id': '100',
'Address': '0.0.0.0',
'Port': 9875,
@ -42,9 +43,6 @@ servers = {
'Capacity': 200,
'CacheExpiry': 3600,
'Plugins': [
'Commands',
'Bot',
'Rank'
],
'Logging': {
'General': 'logs/wind.log',