mirror of
https://github.com/solero/houdini.git
synced 2024-11-10 05:08:19 +00:00
Update config.py
This commit is contained in:
parent
3d137c1c1e
commit
ffd70949fc
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user